PDA

View Full Version : Installing Kernel Headers



slimer
2016-03-21, 02:38
Getting this error when I go to install kernel headers in Kali.

E: Unable to locate package linux-headers-4.4.0-kali1-amd64
E: Couldn't find any package by glob 'linux-headers-4.4.0-kali1-amd64'
E: Couldn't find any package by regex 'linux-headers-4.4.0-kali1-amd64'

The only thing I have in my source file is the rolling header.

Any advice is greatly appreciated.

alikali
2016-03-22, 17:56
Getting this error when I go to install kernel headers in Kali.

E: Unable to locate package linux-headers-4.4.0-kali1-amd64
E: Couldn't find any package by glob 'linux-headers-4.4.0-kali1-amd64'
E: Couldn't find any package by regex 'linux-headers-4.4.0-kali1-amd64'

The only thing I have in my source file is the rolling header.

Any advice is greatly appreciated.

I believe the process is;
apt-get -f install
apt-get update
apt-get dist-upgrade -y
Reboot your system
apt-get install linux-headers

Someone may have to correct me but I believe the route is somewhere along those lines