Friday, June 26, 2015

How To Add Official Kali Repositories [ Official ]

How To Add Official Kali  Repositories - Follow These Steps.



Regular repositories

On a standard, clean install of Kali Linux, you should have the following two entries present in/etc/apt/sources.list:
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

Source repositories

In case you require source packages, you might also want to add the following repositories as well:
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

Instructions -


Type/Copy_Paste These Commands in Terminal - 


sudo -s

gedit /etc/apt/sources.list


Now copy and paste  the Regular Repository or/and Source Repository In the opened sources.list file ( Replace Existing Contents ).

Now save and close the file and run these commands in terminal


apt-get update

apt-get upgrade


No comments:

Post a Comment