Ubuntu 16.04LTS -> 18.04LTS upgrade failure
Yes it was a long in the tooth install. But it finally got a release upgrade. Since then I haven't been able to get apt to install anything much looking for dosemu but has no targets, and update spews errors about InRelease not containing bionic.
W: Skipping acquire of configured file 'bionic/cnf/Commands-amd64' as repository 'http://archive.ubuntu.com/ubuntu focal InRelease' doesn't have the component '
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
Ubuntu Main Repos
deb http://au.archive.ubuntu.com/ubuntu/ focal bionic main restricted universe multiverse
deb-src http://au.archive.ubuntu.com/ubuntu/ focal bionic main restricted universe
Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu focal bionic partner
deb-src http://archive.canonical.com/ubuntu focal bionic partner
deb http://archive.ubuntu.com/ubuntu focal bionic main # auto generated by ubuntu-release-upgrader
deb http://in.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe
deb-src http://in.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe
deb http://in.archive.ubuntu.com/ubuntu/ focal-security main restricted universe
deb-src http://in.archive.ubuntu.com/ubuntu/ focal-security main restricted universe
deb http://in.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe
deb-src http://in.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe
The google-fu gives all sorts of strange answers, but nothing I can find fixes this issue.
Regards, A
/etc/apt/sources.list
? You'll probably need to make some edits in there. – Mar 01 '21 at 05:46lsb_release -r
tell? – jarno Mar 01 '21 at 09:03/etc/apt/sources.list.d/
to not contain wordsfocal
orfocal-*
, but contain respectivebionic
andbionic-*
, instead. (only one at a line) – jarno Mar 01 '21 at 12:17lsb_release -cs
) In 20.04 I have a word starting by focal in every deb line in/etc/apt/sources.list
and no bionic there. Not all files in/etc/apt/sources.list.d/
might have one of those words, though. Seeman 5 sources.list
for reference. – jarno Mar 02 '21 at 06:19