Results 1 to 6 of 6

Thread: Possible to install old linux headers?

  1. #1
    Join Date
    2016-Nov
    Posts
    3

    Possible to install old linux headers?

    I am trying to install linux headers on kali linux 2016.1-amd64 but i get 'Unable to locate package linux-headers-4.3.0'. Is it possible to install older version of linux headers package if i don't want to upgrade kali linux?

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    I'm sure those headers have been removed from the repos. That being said, you can adjust your /etc/apt/sources.list to pull from other repos, but that brings its own set of problems.

    Do you have a specific piece of software which needs old headers?

  3. #3
    Join Date
    2016-Nov
    Posts
    3
    From which other repos i can install version 4.3.0 of linux headers? I need them to install virtualbox additions.

  4. #4
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    I don't recall the names, but check at docs.kali.org...older repos should be listed there. Failing that, I'd do some Google searching on 4.3.0 linux headers, and see if you can find non-Kali repos.

  5. #5
    Join Date
    2016-Nov
    Posts
    8
    I'm not an expert on this but i think for 2016.1 and 2016.2 it's installing out of the box.

    you just put these in sources.list :
    Code:
    deb http://http.kali.org/kali kali-rolling main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    and then :
    Code:
    $ apt-get update # or sudo
    $ apt-get install virtualbox
    at least it worked for me.

    EDiT :

    By additions, do you mean this package virtualbox-guest-additions-iso ?
    Last edited by dunCan; 2016-12-01 at 13:16.

  6. #6
    Join Date
    2016-Nov
    Posts
    3
    I downloaded the latest version 2016.2 .iso and and installed it on virtualbox and when i tried to install the headers i still got error that it can't find the linux headers, so in the end i got tired looking for solution and downloaded the official virtualbox image of 2016.2 version.

    By the way, is it possible to extract the installation linux-headers files and save them for offline install?

Similar Threads

  1. Hey! How to install linux-headers for nethunter?
    By SlopyWasTaken in forum Installing NetHunter
    Replies: 1
    Last Post: 2022-07-23, 15:01
  2. trying to install linux headers
    By pigsfoot in forum ARM Archive
    Replies: 5
    Last Post: 2016-06-21, 15:36
  3. Kali Linux 2.0 unable to install linux-headers-3.18.0-kali3-686-pae
    By sla2016 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-12-31, 11:58
  4. Replies: 2
    Last Post: 2015-07-09, 20:24

Posting Permissions

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