Score:1

this error is shown while making sudo apt-get update command. I also have error like some dependencies are unmet for some packages. How to sort this?

it flag
Err:10 http://ppa.launchpad.net/aims/sagemath/ubuntu focal Release
  404  Not Found [IP: 2001:67c:1560:8008::19 80]
Err:11 http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release
  404  Not Found [IP: 2001:67c:1560:8008::19 80]
Err:12 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal Release
  404  Not Found [IP: 2001:67c:1560:8008::19 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/aims/sagemath/ubuntu focal Release' does not have a Release file.
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.
E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release' does not have a Release file.
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.
E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal Release' does not have a Release file.
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.
guiverc avatar
cn flag
The first link I looked up shows clearly it doesn't support *focal* or 20.04. PPA's are 3rd party software sources; meaning all security checks are on you (are they trustworthy, reputable, maintained, support your system etc). Did you perform those checks before adding them? https://launchpad.net/~aims/+archive/ubuntu/sagemath
Score:0
zw flag

You have to disable all three PPAs, which do not support Ubuntu 20.04 LTS (focal):

sudo apt-add-repository -r ppa:aims/sagemath
sudo apt-add-repository -r ppa:morphis/anbox-support
sudo apt-add-repository -r ppa:ubuntu-wine/ppa

and then run update+upgrade procedure again:

sudo apt-get update
sudo apt-get upgrade
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.