PDA

View Full Version : [SOLVED] Unable to upgrade to 14.04 by do-release-upgrade



Ertai87
April 19th, 2014, 05:16 PM
As title. When I do sudo do-release-upgrade, it says no new version found. Is there a recommended way to upgrade to 14.04, preferably without the use of peripherals? Thanks.

Ubi_one_2014
April 19th, 2014, 06:30 PM
alt+f2 and type in the field:
update-manager [enter]

a windows appears that version 14.04 is available

if that does not work:
sudo apt-get install update-manager-core

and repeat alt+f2> update-manager [enter]

ibjsb4
April 19th, 2014, 06:34 PM
try


sudo do-release-upgrade -d

Ertai87
April 20th, 2014, 05:55 AM
ibjsb's solution appears to work. Thanks.