Tuesday, September 17, 2013

Steps To add Repositories in kali


Open Terminal

type:
nano /etc/apt/sources.list

Copy the links below and replace with the displayed links in the File.

deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://repo.kali.org/kali kali-bleeding-edge main


Press Ctrl+x then press Enter
Then it will ask for file name....just press Enter

Then in terminal type:
apt-get update

Task Accomplished.

By: QJ

2 comments:

  1. W: GPG error: http://repo.kali.org kali-bleeding-edge Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FF07D8D0BF6

    ReplyDelete
    Replies
    1. You have to import the key to not get that error. You can still pull from the repos without the key.

      Delete