Here I will show you that how you can update your Kali Linux in just simple command.
It's a very necessary step because the update and upgrade your version of your software it protects you from data leaks and vulnerabilities.
after update, you can protect yourself.
follow these steps to update your Kali Linux.
How you can update your Kali Linux?
1: To update properly you need to edit Repository
" cat /etc/apt/sources.list "
kali@kali:~$ cat /etc/apt/sources.list
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
kali@kali:~$
If it show like this it is fine.
(Otherwise if you want to fix click here
2: Then type " sudo apt update "
it will ask for your password enter that.
kali@kali:~$ sudo apt update
kali@kali:~$
3: If you want to upgrade your Distribution you can type this below command.
kali@kali:~$ sudo apt full-upgrade -y
kali@kali:~$
if you have any problem you can write in comment section.
Post a Comment