sábado, 1 de noviembre de 2014

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 that's all

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

Best

No hay comentarios:

Publicar un comentario