Friday, December 29, 2017

install linux headers on Debian Wheezy

install linux headers on Debian Wheezy


This is a relly useful trick, many packages require the installation of linux headers, so these next steps explain the process:

0. open a terminal

1. Display your current kernel release:
  uname -r
 (put an eye on this)

2. Then use this command:
  sudo apt-get install linux-headers-$(uname -r)

 You should see a screen like this:





Just type Y and the process will start and thats all

You might get some errors, pay attention to spaces and if whether youre using repos different for your current channel as well, if youre stuck feel free to contact me

Best

visit link download