I updated from 20.04
to 20.10
, and during the installing updates
phase, the system crashed.
Is there a way to just update the Ubuntu files, without editing /home? I have a backup from a bit ago but its slightly outdated so wouldn't want to use it.
The system thinks it's 20.10
sudo apt update
to read messages & ensure all looks good, then assuming it's as expected (ie. groovy and no focal) I'dsudo apt full-upgrade
to try and let the install/upgrade continue. Once it's completed (assuming no issues), then I'd reboot & try and login normally. If you get messages/errors, they'll provide a clue as to what needs to be done, but hopefully it'll continue with what I've described without any more. (data not backed up can't be that important) – guiverc Oct 26 '20 at 07:44\n
errors were encountered while processing: libavcodec58:1386
– Pineapplefan Oct 26 '20 at 08:04sudo apt update
I mentioned for starters). We can't read those messages so are limited. You can of coursesudo apt -f install
to try and fix, OR do what it suggests andinstall --reinstal
but I'd verify the messages & versions in those messages first (ie. messages are there for a reason) – guiverc Oct 26 '20 at 08:09sudo apt install update
and that errors. Itapt-get
s the update fine, but can't install them – Pineapplefan Oct 26 '20 at 08:12do-release-upgrade
you should have no focal sources visible in theapt update
; so do the versions match groovy, ie. 7:4.3.1-4ubuntu1 (ie. read the messages we cannot see & verify they are what they should be). For us to help, we need the messages (added to your question as I've already alluded to). – guiverc Oct 26 '20 at 08:24