1) Update your current installation
Run the following commands, one at a time. These may take awhile to complete.
1 2 3 |
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade |
2) Open the Sources.list file
1 |
sudo nano /etc/apt/sources.list |
3) Change instances of “Wheezy” to “Jessie”
4) Ctrl + X and then Enter to exit Nano editor
5) Issue the following commands, again
These also will take quite a bit of time to complete, feel free to grab a cup of coffee.
1 2 3 |
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade |
Once those are complete, that’s it! You may see a few prompts asking whether or not certain files should be upgraded. Enter “Y” for yes, unless you have a reason not to upgrade them.
Happy updating!
Thank you, this worked amazingly.