Tuesday, January 20, 2015

Kali Linux Repositories

This post show you how to add Kali Linux Repo !

The simplest way is to edit the /etc/apt/sources.list remove or comment every-line with # at the front and add the following lines..

Open sources.list and comment all lines with # in front

 

 

Add Official Repo’s only:


## Regular repositories
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
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
 

Clean your apt-get

#apt-get clean

Do an apt-get update

#apt-get update

Do and upgrade

#apt-get upgrade

Finally do a distribution upgrade

#apt-get dist-upgrade

Now you set to use KALI LINUX
 

No comments:

Post a Comment