How install linux headers and some other packages ?
hi i want to install linux headers .when i was on debian i used this :
sudo apt-get install linux-source linux-headers-$(uname -r) openssl libssl-dev unzip dos2unix patch
Can some one translate this apt-get code to yum ?