How to install kernel headers in Linux?

Ref: http://ubuntuforums.org/archive/index.php/t-25258.html

Install the headers for the release of the kernel you have installed. To find this out you can type
uname -r

To get the header you can apt-get install them,

sudo apt-get install linux-headers-`uname -r`

Leave a Reply