Linux Debian How-to Find and Install the Kernel Headers

This Tip Show How-to Find and Install the Kernel Headers on Linux Debian.

  1. Take Note of Debian Architecture
    uname -m
  2. Find the Existing Kernels list
    apt-cache search linux-image
  3. Find the Matching Kernel Headers
    apt-cache search linux-headers
  4. Install the Kernel with Available Headers
    su
    apt-get install linux-image-
  5. Reboot System
    reboot
  6. Installing Kernel Headers
    apt-get install linux-headers-