Friday, May 4, 2012

How-to Install the Kernel Headers on Debian

This Tutorial Simply Show How-to Get Installed the Kernel Headers on a Debian System.

 

Relax and Take the Time of Reading, Understanding and Executing these Simple Commands on Terminal.

  1. Find the Headers:
    sudo apt-cache search linux-headers-$(uname -r)
    If this command didn't give you any result you need to Setup your Repositories:
    debian debian, debian debian, debian linux, debian linux, debian linux tutorial, debian linux tutorial, debian linux how-to, debian linux how-to debian linux backup, debian linux backup, debian linux software, debian linux software
    How-to Setup Repositories for Debian Squeeze:
    Joomla Website Development
    centos linux, centos linux tutorial, centos linux how-to


    Drupal Website Development
    debian debian, debian debian, debian linux, debian linux, debian linux tutorial, debian linux tutorial, debian linux how-to, debian linux how-to debian linux backup, debian linux backup, debian linux software, debian linux software
    How-to Setup Repositories for Debian Lenny:
    Joomla Website Development
    centos linux, centos linux tutorial, centos linux how-to


    Drupal Website Development
  2. Install Headers:
    sudo apt-get install linux-headers-$(uname -r)

    Before starting to install check than kernel's headers are in the right location:
    ls /usr/src/linux-headers-$(uname -r)
    This should give you an input like this below:
    
    arch  include  Makefile  Module.symvers  scripts
    

No comments:

Post a Comment