PDA

View Full Version : unable to locate package Linux-Headers-4.3.0-Kali1-686-pae



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

grid
2016-04-05, 11:44
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?

Gladiator
2016-04-05, 19:35
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'' ??????

bob79
2016-04-06, 07:26
"linux-headers" instead of "Linux-Headers"

Gladiator
2016-04-06, 11:14
"linux-headers" instead of "Linux-Headers"

Yes i write exactelly apt install linux-headers, without capitals

aephlux
2016-04-06, 12:51
You need to be on the latest kali kernel to install headers.

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

P373
2016-04-06, 22:45
To install Package Headers try:


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

stevo4
2016-04-09, 14:59
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)