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,168

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,168
0

You should try the following in a Terminal :

sudo do-release-upgrade
Dremor
  • 793