Repositories Deployment on Kali Linux 2016.1

Опубликовано: 20 Февраль 2016
на канале: Dr. Anand Nayyar
14,531
84

In this Video, Detailed Step by Step Demonstration is being done on how to install Repositories on Kali Linux and how to enable Kali Linux to Install various Hacking Softwares...

Steps are as follows:

Step 1: Start Kali Linux and Open Terminal

Step 2: Give the following Command:

#leafpad /etc/apt/sources.list

And type the following:

deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free

deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

Save the File

Step 3: Give the following Command:

#apt-get update

And Now you can see the update of Repositories and now you can install any software package on Kali Linux