Skip to navigation
Where are kernel header files?
05.09.14
in debian you find it under: /usr/src/linux-headers-
. To install the kernel headers, you can apt-get install linux-headers-`(uname -r)` and they'll be installed in /usr/src/linux-headers-
. (If, for example, you want to use the proprietary nvidia installer, you'll need the headers.) To get the source for the entire kernel, you can apt-get install linux-source and apt will grab the source for your currently running kernel. Installing this package just dumps a tarball (for example, "linux-source-2.6.18.tar.bz2") into /usr/src. You have to extract it yourself. (If, for example, you want to recompile your kernel, you'll need the sources.)
https://myridia.com/usr/src/linux-headers-
.
Reply
Anonymous
Information Epoch 1732547935
Effectiveness beats efficiency.
Home
Notebook
Contact us