How to Update Repository (Repo) on Kali Linux
I will discuss about Repository (Repo) more closely as what is repo, and repo function, why use repo, and repo what you can use at Kali Linux, how to configure it. A little explanation about Kali Linux, Linux is the OS instance of Debian so if you use Debian repository to install the packet it also can and also you can use repo from Ubuntu because its also debian derivative.
What is Repository?
Repository is a place in store various programs or applications that have been made in such a way so that can be accessed via the internet. In addition to the internet, Repository is also available in media such as DVD as an alternative Repository when there is no internet connection. When we download the Repository over the internet the default server is an external server, such as archive.ubuntu.com, security.ubuntu.com, etc.
The function is Repository role as application provider or collection of software packages from Linux Distros, which can be accessed via the internet.
Why use internet Repository ??
Repository on the internet more flexible and we do not have to reboot enter dvd or usb to install a program.
Is Repository Important?
For important important problem, I think the existence of Repository in Linux is Important, because that is where the software packages for Linux itself, we just need to install immediately without having to search again software package because it is available in the Repository.
Setting Repository linux
- Open terminal and type
nano /etc/apt/sources.list
- Then, delete all existing text and enter the Repository text below:
What is Repository?
Repository is a place in store various programs or applications that have been made in such a way so that can be accessed via the internet. In addition to the internet, Repository is also available in media such as DVD as an alternative Repository when there is no internet connection. When we download the Repository over the internet the default server is an external server, such as archive.ubuntu.com, security.ubuntu.com, etc.
The function is Repository role as application provider or collection of software packages from Linux Distros, which can be accessed via the internet.
Why use internet Repository ??
Repository on the internet more flexible and we do not have to reboot enter dvd or usb to install a program.
Is Repository Important?
For important important problem, I think the existence of Repository in Linux is Important, because that is where the software packages for Linux itself, we just need to install immediately without having to search again software package because it is available in the Repository.
Setting Repository linux
- Open terminal and type
nano /etc/apt/sources.list
- Then, delete all existing text and enter the Repository text below:
1. Kali Linux 2.0 (Kali Sana)
deb http://http.kali.org/kali sana main non-free contrib
deb-src 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://security.kali.org/kali-security/ sana/updates main contrib non-free
deb-src 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://security.kali.org/kali-security/ sana/updates main contrib non-free
2. Kali Linux 2016.1 (Kali Rolling)
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
3. Kali Linux 2016.2
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
- Save the Configuration
Press ctrl + x enter then type Y enter.
- Update your repository with the command
apt-get update
- Done
We must run the command "apt-get update" and "apt-get install" if Repository has been fixed.
0 Response to "How to Update Repository (Repo) on Kali Linux"
Post a Comment