In Ubuntu 22.04 I am running
sudo do-release-upgrade
and get
Error during update
A problem occurred during the update. This is usually some sort of
network problem, please check your network connection and retry.
W:Updating from such a repository can't be done securely, and is
therefore disabled by default., W:See apt-secure(8) manpage for
repository creation and user configuration details., E:The repository
'https://ppa.launchpadcontent.net/alexeftimie/ppa/ubuntu jammy
Release' does not have a Release file.
I basically can't update Ubuntu anymore. Is the release file causing the problem? My network is fine, definitely connected to the internet.
sudo apt install ppa-purge
andsudo ppa-purge ppa:alexeftimie/ppa
should be sufficient. – mook765 Jun 09 '23 at 13:50