Ubuntu 18更新失败

时间:2018-12-13 08:03:59

标签: linux ubuntu updates

我想尝试使用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.

这是我的清单:

enter image description here

您还需要其他吗?抱歉,我是Ubuntu的新手

1 个答案:

答案 0 :(得分:3)

该ppa似乎不支持Ubuntu 18.04。 404是http返回代码,表示找不到请求的页面。另外,如果您检查网址http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/。我找不到用于仿生的文件夹,而且最近的更新时间戳记是68周前,所以现在不支持此更新。

但是sublime文本支持自己的ppa,因此只需使用this guide如何在ubuntu 18.04上安装sublime文本即可。