0

I find that I'm unable to upgrade the existing version of Ubuntu on my multiboot system (Windows 7 on the other half of the partition). Can I simply do a clean install from within the partition?

Korkel
  • 1,158
  • 1
  • 10
  • 26
  • See http://askubuntu.com/questions/125392/why-is-no-new-release-found-when-upgrading-from-a-lts-to-the-next – user68186 May 30 '14 at 18:09

2 Answers2

0

You can do a clean install, but you can also try the following command in a Terminal:

sudo apt-get upgrade
Korkel
  • 1,158
  • 1
  • 10
  • 26
0

You should try the following in a Terminal :

sudo do-release-upgrade
Dremor
  • 773