Results 1 to 2 of 2

Thread: Installing Kernel Headers

  1. #1
    Join Date
    2016-Mar
    Posts
    1

    Installing Kernel Headers

    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.

  2. #2
    Join Date
    2016-Mar
    Posts
    4
    Quote Originally Posted by slimer View Post
    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

Similar Threads

  1. Cannot install kernel headers (kernel header mismatch)
    By sebos in forum Installing Archive
    Replies: 10
    Last Post: 2022-12-19, 08:11
  2. Trouble installing kernel headers
    By ThatManNextStore in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-02-26, 20:59
  3. Having problems installing kernel headers (Dependency error)
    By mightybyte in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2017-12-12, 15:58

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •