
How you can Upgrade your Kali Linux 1. x to Kali Linux 2.0 New Version?
How to Upgrade Kali Linux?
For Upgrading All you have to edit your Sources file from Kali Linux 1. x follow my lead!
Don’t Miss: How To Properly Update & Upgrade Your Kali Linux
Open up your Terminal.
Type: leafpad /etc/apt/sources.list ( Type this Command with sudo if you are doing from root* )
After leafpad editor will open up a sources.list file you need to put this line anywhere!
deb https://http.kali.org/kali kali-rolling main non-free contrib deb-src https://http.kali.org/kali kali-rolling main non-free contrib
Put these two links in your Sources.list file and save and close.
After that you have to type in Terminal: apt-get update
Then it will start updating your packages from Kali Linux Sana.
Wait for it to complete if it asks you for the YES/NO Option keep doing Yes. Because it will ask your permission for updating files.
After the update command, you have to upgrade.
Now, Type in Terminal : apt-get upgrade
command and it will start upgrading these files which you updated from kali Linux Sana repositories.
And then, upgrade complete you have to do this!
apt-get dist-upgrade
Then
reboot
And after reboot you’ll be upgraded to Kali Linux 2.0 from Kali Linux 1.x 😀 If this all Fail then try from these Commands!
Copy and Paste Below Lines and Paste in your Terminal!
cat << EOF > /etc/apt/sources.list deb http://http.kali.org/kali sana main non-free contrib deb http://security.kali.org/kali-security/ sana/updates main contrib non-free EOF apt-get update apt-get dist-upgrade reboot