Good, I just installed the image of Kali on my computer. I wanted to install the headers but when I try to do one:
sudo apt-get install linux-headers-$(uname -r)
I see that I get an error, since the version of my Kali is 4.13 and the one in the cache repository (seen with the apt-cache search linux-headers
command) is 4.14. I try to update Kali through the following commands but there is no way to go from 4.13 to 4.14.
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
I've done all three but I think the problem is that the update does not recognize me that there are new versions of the operating system.
I have reviewed the file /etc/apt/sources.list and it contains the default repository
deb http://http.kali.org/kali kali-rolling main non-free contrib
I have added the following ones in case it was enclosed in some but it does not recognize me at all.
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
Still not updated. Any solution to this?