View Single Post

   
  #3 (permalink)  
Old 01-18-2008, 06:55 PM
Johny be Good
 
Posts: n/a
Default Re: How to install a Linux Kernel Source in Fedora Core 6?

On Wed, 2006-11-01 at 06:50 -0800, jjlindula@hotmail.com wrote:

>
> If anyone could give me some help, I'd greatly appreciate it.
>


su -c 'yum install rpmdevtools yum-utils'
yumdownloader -e core-source -e updates-source --source kernel

rpm -Uvh kernel-<version>.src.rpm

kernel will be located in /usr/src/redhat/... tree


Reply With Quote