I am noob with Ubuntu and i was trying to upgrade my Ubuntu 18.04 to 18.10 with the command sudo apt dist-upgrade
and everything was running smoothly, but at some point of the upgrade i saw that my terminal was shutdown by itself... I am trying to do this locally, not by ssh and now i dont know what to do... I cant restart my computer as it says
Incorrect permission on /usr/lib/policykit-1/polkid-agent-helper-1 (needs to be setuid root)
and i have two options Cancel
or 'Authenticate` and when i click on authenticate nothing happens...
Also when i try to run sudo apt dist-upgrade
again i got this error
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
What i have to do now?
dist-upgrade
does NOT upgrade the Ubuntu version, it fully updates the current version. And that command probably should be used now (and since years ago) because it was "replaced" byfull-upgrade
since, I think, 16.04. – Oct 23 '18 at 09:27sudo reboot
dosent work... – Dimitar Oct 23 '18 at 09:45do-release-upgrade
; which modifies sources for you, and performs a 'dist-upgrade' type upgrade (BUT in a specific order to avoid problems with particularly python)... did you modify your sources & then try to dist-upgrade to the next version?? Ubuntu is not Debian (where 'dist-upgrade' performs that function). 'dist-upgrade' is just an upgrade with fewer restrictions (read the man page, dist-upgrade in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages – guiverc Oct 23 '18 at 10:58