|
Post by ZF on Nov 8, 2011 7:32:20 GMT -5
VMWorkstation ask for kernel headers which cannot be found after kernel upgrade. apt-get install linux-kernel-headers get the following message: Note, selecting linux-libc-dev instead of linux-kernel-headers
SOLUTION : apt-get install linux-headers-$(uname -r)
|
|