Adding Debian Repositories to Kali 2

Since Kali updated to Kali 2, many useful programs seem to be missing from the repositories, including snort, hexedit, and yasm.

If you try to install one of them with "apt-get install", you'll see an "Unable to locate package " message.

To add the standard Debian repositories, execute this command:

nano /etc/apt/sources.list
Add this line to the end of the file, as shown below:
deb http://ftp.us.debian.org/debian wheezy main

Save the file with Ctrl+X, Y, Enter.

Then execute this command:

apt-get update

Last modified 10-12-15