Archive for the ‘VMware’ Category

How to install kernel headers in Linux?

Tuesday, July 3rd, 2007

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`