How to solve the error “404 Not Found” during Kali Linux updates:
While updating a new installation of Kali Linux, I received the error message
Apparently, the hostname http.kali.org points to a CDN and not all of its mirrors contain updated packages. In order to solve this I went to the Kali mirror list and chose another mirror from my continent. I then updated the file /etc/apt/sources.list accordingly (replace with your chosen mirror):
Finally, update the package database, then try to upgrade Kali Linux again:
While updating a new installation of Kali Linux, I received the error message
Err http://http.kali.org/kali/ kali/non-free metasploit amd64 4.8.2-2014012201-1kali0 404 Not Found
.Apparently, the hostname http.kali.org points to a CDN and not all of its mirrors contain updated packages. In order to solve this I went to the Kali mirror list and chose another mirror from my continent. I then updated the file /etc/apt/sources.list accordingly (replace with your chosen mirror):
- Uncomment this line:
#
deb http://http.kali.org/kali kali main non-free contrib - Insert line with the mirror URL below:
deb http://mirror.pcextreme.nl/kali kali main non-free contrib
Finally, update the package database, then try to upgrade Kali Linux again:
apt-get update
apt-get upgrade
0 comments:
Post a Comment