Results 1 to 4 of 4
Hi,
This maybe a somewhat elementary question..
how do i use apt-get to install the header file for for my kernel?
Thanks...
- 02-04-2007 #1
Kernel source and the version
Hi,
This maybe a somewhat elementary question..
how do i use apt-get to install the header file for for my kernel?
Thanks
- 02-04-2007 #2
nm - I got it.
and the kernel version can be found byCode:apt-get install kernel-headers<kernel version>
Code:uname -r
- 02-05-2007 #3
I think they're calling it linux-headers now. And you can have the shell put the right version in for you, like so:
Note that those are back-ticks around uname -r (the ~ key). The shell will treat the contents between the back-ticks as a command, and replace it with the result of the command (in this case, the name of your kernel).Code:apt-get install linux-headers-`uname -r`
Stand up and be counted as a Linux user!
- 02-05-2007 #4
not in sarge (they are still kernel)
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
