0

I currently have Ubuntu 15.10 and I want to upgrade that to Xenial Xerus ( 16.04 LTS ),

I invoked this in terminal :

update-manager -d

but when the windows pops out and it downloads some files from repository it says :

The software on this computer is up to date

It doesn't find the new release

What am I missing?

1
  • Thanks I fixed it with adding a sudo before the command. The problem was about permission...
    – Ehsan
    Commented Jun 4, 2016 at 13:54

1 Answer 1

0

You need to add sudo to the command to run it as an administrator for update-manager to work properly. So you would run sudo update-manager -d. Rule of thumb: If a command modifies your system, it needs sudo.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .