I'm trying to upgrade from 19.10 to 20.04, following https://wiki.ubuntu.com/FocalFossa/ReleaseNotes. I have run sudo apt-get update
and sudo apt-get upgrade
, and have set Notify me of a new Ubuntu version: For any new version
. However, nothing in the release notes worked.
update-manager -c
says everything up to date, but says:
Failed to connect to https://changelogs.ubuntu.com/meta-release-development. Check your Internet connection or proxy settings
.
Same for /usr/lib/ubuntu-release-upgrader/check-new-release-gtk
or do-release-upgrade
. sudo apt dist-upgrade
does nothing.
However, when i can curl
the url and it loads fine in firefox.
Maybe relevant: I have compiled and installed openssl 1.1.1g by hand. Maybe some difference between openssl 1.1.1c and 1.1.1g is causing this error? I compiled with ./config zlib zlib-dynamic threads enable-buildtest-c++ --release
How would I fix this?
Edit: I have no proxy or internet issue.
ping6: connect: Network is unreachable
. The openssl s_client works. – Rotartsi May 08 '20 at 04:11