From 18.04 Release Notes downloaded 18.04 iso then tried this in Terminal: Alt F2 update-manager -c
Got:
No command 'Alt' found, did you mean:
Command 'slt' from package 'slt' (universe)
Command 'lt' from package 'looptools' (universe)
Command 'llt' from package 'storebackup' (universe)
Alt: command not found
So typed in this command in Terminal: /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
. Got:
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk:30: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
WARNING:root:found new dist 'bionic' but it is on the ignore list
I seem to be stuck now. How do I download 18.04 LTS from here?
update-manager -c
in the field. Or open terminal with CTRL+ALT+T and executeupdate-manager -c
here. – N0rbert Sep 12 '21 at 14:56