Results 1 to 8 of 8

Thread: unable to locate package Linux-Headers-4.3.0-Kali1-686-pae

  1. #1
    Join Date
    2016-Mar
    Posts
    11

    unable to locate package Linux-Headers-4.3.0-Kali1-686-pae

    I heave install Kali in Vmware Workstation ,but when i run apt-get install Linux-Headers i get this message, how can Fix it???

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    I've never had to install linux-headers...have always used apt-get update && apt-get dist-upgrade.

    What does /etc/apt/sources.list look like? Also, have you tried it without the capitals?

  3. #3
    Join Date
    2016-Mar
    Posts
    11
    Quote Originally Posted by grid View Post
    I've never had to install linux-headers...have always used apt-get update && apt-get dist-upgrade.

    What does /etc/apt/sources.list look like? Also, have you tried it without the capitals?
    What you mind '' Without capitals'' ??????

  4. #4
    "linux-headers" instead of "Linux-Headers"

  5. #5
    Join Date
    2016-Mar
    Posts
    11
    Quote Originally Posted by bob79 View Post
    "linux-headers" instead of "Linux-Headers"
    Yes i write exactelly apt install linux-headers, without capitals

  6. #6
    You need to be on the latest kali kernel to install headers.

    They only keep the latest linux-headers in the repo.

  7. #7
    Join Date
    2016-Apr
    Posts
    100
    To install Package Headers try:

    Code:
    apt-get install linux-headers-$(uname -r)

  8. #8
    Join Date
    2016-Mar
    Location
    Bitola, Macedonia
    Posts
    19
    First, add this to your /etc/apt/sources.list repository.

    deb http://httpredir.debian.org/debian/ jessie main contrib non-free

    Now run this command

    apt-get update

    And finally run this full command

    apt-get install linux-headers-$(uname -r)

Similar Threads

  1. Replies: 14
    Last Post: 2017-04-21, 12:25
  2. 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
  •