I just started following this digitalocean article and did every step until the do-release-upgrade
part.
However I get
Checking for a new Ubuntu release
No new release found
I've tried sudo do-release-upgrade
as well.
I just started following this digitalocean article and did every step until the do-release-upgrade
part.
However I get
Checking for a new Ubuntu release
No new release found
I've tried sudo do-release-upgrade
as well.
There are 2 ways you can upgrade to 16.04 LTS, using software and update or terminal
In software and update window on the 3rd tab you can find the os updates just click install.
Update Ubuntu using software and update
Check this article hope that I helps you
For short here are some commads to do upgrade from ubuntu 15.10 wily werewolf to ubuntu 16.04 xenial xerus (LTS), open a new Terminal and type them one by one
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
at last :
sudo update-manager -d
and click upgrade and continue by choosing upgrade and start upgrade till it starts upgrading
dist-upgrade
? – Alex Sep 07 '16 at 12:04dist-upgrade
, check this hope that it helps. – Mehdi Shahamirian Sep 18 '16 at 06:13