Results 1 to 1 of 1

Thread: Kali Linux 2.0 unable to install linux-headers-3.18.0-kali3-686-pae

  1. #1
    Join Date
    2015-Dec
    Posts
    4

    Exclamation Kali Linux 2.0 unable to install linux-headers-3.18.0-kali3-686-pae

    Hi,

    I am not able to get linux-headers-3.18.0-kali3-686-pae installed on linux kali sana after the updarde as follow:
    - my source list as follow
    Code:
     
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
    - I run the following to update using the following command
    Code:
    apt-get update
    apt-get upgrade
    apt-get dist-upgrade
    - I run the following command to install linux header as follow:
    Code:
    apt-get install linux-headers-3.18.0-kali3-686-pae
    and it gives me an error as follow:
    Code:
    E: Unable to locate the package linux-headers-3.18.0-kali3-686-pae
    - I run the following command
    Code:
    apt-get install linux-headers-$(uname -r)
    and it gives me the same error.

    then I notice that during the update is looking into i386 packages and not not amd64 packages as follow:
    Code:
    ...
    Hit http://http.kali.org sana/updates/nonfree i386 Packages
    ....
    Then I check my system as follow:
    Code:
    uname -a
    and it gives me the following:
    Code:
    Linux kalitool 3.18.0-kali3-686-pae #1 SMP Debian 3.18.6-1~kali2 (2015-03-02) i686 GNU/Linux
    which indicate that my system is i686 and I am not sure why my update is looking into i368 and so cant find the required linux headers
    Please help.
    Last edited by sla2016; 2015-12-31 at 14:44.

Similar Threads

  1. Error loading linux-headers-4.14.0-kali3-amd64
    By mrNove in forum TroubleShooting Archive
    Replies: 29
    Last Post: 2018-07-05, 01:31
  2. linux-headers-4.14.0-kali3-amd64 has no installation candidate
    By djones05 in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2018-04-02, 12:09
  3. Replies: 2
    Last Post: 2015-07-09, 20:24

Tags for this Thread

Posting Permissions

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