This Tip Show How-to Find and Install the Kernel Headers on Linux Debian.
- Take Note of Debian Architecture
uname -m
- Find the Existing Kernels list
apt-cache search linux-image
- Find the Matching Kernel Headers
apt-cache search linux-headers
- Install the Kernel with Available Headers
su
apt-get install linux-image-
- Reboot System
reboot
- Installing Kernel Headers
apt-get install linux-headers-