PDA

View Full Version : Software Update Issues



Bauta
2013-03-28, 11:00
Hi all,

I just installed Kali Linux and wanted to update the softwares but it seems some of them are not available in the the repository.

Here 2 examples:
Error http://http.kali.org/kali/ kali/main john i386 1.7.9-1kali1
404 Not Found
Error http://http.kali.org/kali/ kali/main metasploit-framework i386 4.5.3-2013032001-1kali3
404 Not Found

Do you have similar issues?

Thank you.

hausoo
2013-03-28, 15:31
apt-get update
apt-get upgrade
apt-get dist-upgrade

charonsecurity
2013-03-28, 17:20
Also ensure you have your sources.list correct
http://wiki.debian.org/Derivatives/Census/Kali

maverik35
2013-03-29, 04:26
Here is my sources.list, they work just fine for me:

#

## Kali Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free

## Kali
deb http://http.kali.org/kali kali main contrib non-free

## Kali-dev
deb http://http.kali.org/kali kali-dev main contrib non-free

Keep it as simple as possible.

The kali-src I do not need them. Unless you might want to do something and they must be required. Perhaps building a Custom Kali image.

Luck.

Bauta
2013-04-02, 09:19
Hey guys, thank you. I will follow your suggestions!