Ubuntu 18 更新失败
Update failure in Ubuntu 18
我想尝试用 sudo apt-get update
更新我的 Ubuntu 18。但最后它显示了该消息。
Fehl:9 http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Fehl:10 http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Package lists are read ... Done
E: The depot "http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu bionic Release" does not contain a release file.
N: An update of such a repository can not be performed in a secure manner, so it is disabled by default.
N: For more details on creating repositories and their user configuration, see the apt-secure (8) man page.
E: The depot "http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu bionic Release" does not contain a release file.
N: An update of such a repository can not be performed in a secure manner, so it is disabled by default.
N: For more details on creating repositories and their user configuration, see the apt-secure (8) man page.
这是我的清单:
您还需要什么吗?抱歉,我是 Ubuntu
的新手
看起来这个 ppa 不支持 Ubuntu 18.04。 404 是一个 http return 代码,表示无法找到所请求的页面。此外,如果您检查 url http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/。我找不到 bionic 的文件夹,而且最后一次更新时间戳是 68 周前,所以现在不支持。
但是 sublime text 支持自己的 ppa,所以只需使用 this guide how to install sublime text on ubuntu 18.04.
我想尝试用 sudo apt-get update
更新我的 Ubuntu 18。但最后它显示了该消息。
Fehl:9 http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Fehl:10 http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Package lists are read ... Done
E: The depot "http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu bionic Release" does not contain a release file.
N: An update of such a repository can not be performed in a secure manner, so it is disabled by default.
N: For more details on creating repositories and their user configuration, see the apt-secure (8) man page.
E: The depot "http://ppa.launchpad.net/webupd8team/tor-browser/ubuntu bionic Release" does not contain a release file.
N: An update of such a repository can not be performed in a secure manner, so it is disabled by default.
N: For more details on creating repositories and their user configuration, see the apt-secure (8) man page.
这是我的清单:
您还需要什么吗?抱歉,我是 Ubuntu
的新手看起来这个 ppa 不支持 Ubuntu 18.04。 404 是一个 http return 代码,表示无法找到所请求的页面。此外,如果您检查 url http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/。我找不到 bionic 的文件夹,而且最后一次更新时间戳是 68 周前,所以现在不支持。
但是 sublime text 支持自己的 ppa,所以只需使用 this guide how to install sublime text on ubuntu 18.04.