I see to upgrade Ubuntu to a new release version that I have to do do-release-upgrade
which checks for the new version and allows me to upgrade. But would it not be better to do sudo do-release-upgrade
? Would there be any difference in the outcome if you ran it with sudo
rather than without, and would this outcome, if at all different, be any better?
Asked
Active
Viewed 56 times
1
sudo do-release-upgrade
is any better (or neccessarily worse) than justdo-release-upgrade
. – Oli Jan 19 '15 at 18:04