Wednesday, February 6, 2013

Installing Kernel header packages in Debian

Just type in a console as root user:

aptitude install linux-headers-$(uname -r)

and this command will install the header of your current kernel

No comments:

Post a Comment