This is not a duplicate of How can I fix a 404 Error when using a PPA or updating my package lists?
When I run sudo apt update
I got error:
Hit:1 https://linux.teamviewer.com/deb stable InRelease
...
Hit:15 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease
Err:16 http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal InRelease
403 Forbidden [IP: 185.125.190.52 80]
Hit:17 http://ppa.launchpad.net/ondrej/php/ubuntu focal InRelease
Reading package lists... Done
E: Failed to fetch http://ppa.launchpad.net/morphis/anbox-support/ubuntu/dists/focal/InRelease 403 Forbidden [IP: 185.125.190.52 80]
E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I got a 403 Forbidden
.
I found this How can I fix a 403 Forbidden Error when using a PPA or updating my package lists? which I tried
sudo add-apt-repository -r ppa:morphis/anbox-support
But I got this error:
Cannot add PPA: 'ppa:~morphis/ubuntu/anbox-support'.
The user named '~morphis' has no PPA named 'ubuntu/anbox-support'
Please choose from the following available PPAs:
* 'ffmpeg': FFMpeg backport
* 'intel-media': Intel Media Driver Backport
* 'mesa': Mesa patches
* 'scrcpy': scrcpy
* 'staging': Package staging area
* 'touch-staging': Touch Staging
How can I fix this ?
The user named '~morphis' has no PPA named 'ubuntu/anbox-support'
seems clear. What leads you to believe that such a PPA exists? – user535733 Mar 21 '23 at 15:5420.04
– Lenny4 Mar 21 '23 at 17:45sudo apt update
you can see in log thatapt
try to reachhttp://ppa.launchpad.net/morphis/anbox-support/ubuntu
which is forbidden now. But it used to work. How can I fix that so I can executesudo apt update
without having an error ? – Lenny4 Mar 21 '23 at 17:47sudo apt update
without having an error ? – Lenny4 Mar 21 '23 at 17:48sudo add-apt-repository -r ppa:morphis/anbox-suppor
but I got an error – Lenny4 Mar 21 '23 at 17:56morphis-ppa.list
or similar in/etc/apt/sources.list.d/
which you can just remove, and thenapt update
and all will be good again. – popey Mar 21 '23 at 18:05