更新信息已过时 16.04

更新信息已过时 16.04

我是 Ubuntu 新手,最近更新到 16.04(是的,是的,我可能应该等待一段时间才能成为新手)。

总体来说,它运行良好……但我遇到了一些更新问题。右上角有一个可怕的红色三角形。我尝试自己搜索,但无济于事。当我尝试通过软件更新进行更新时,我收到了以下通知。

W: http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1), 
W: There is no public key available for the following key IDs:
1397BC53640DB551,
W: The repository 'http://ppa.launchpad.net/conscioususer/polly-daily/ubuntu xenial Release' does not have a Release file,
W: Data from such a repository can't be authenticated and is therefore potentially dangerous to use., 
W: See apt-secure(8) manpage for repository creation and user configuration details., 
E: Failed to fetch http://ppa.launchpad.net/conscioususer/polly-daily/ubuntu/dists/xenial/main/source/Sources  404  Not Found, 
E: Failed to fetch http:// ppa.launchpad.net/conscioususer/polly-daily/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found, 
E: Failed to fetch http:// ppa.launchpad.net/conscioususer/polly-daily/ubuntu/dists/xenial/main/binary-i386/Packages  404  Not Found, 
E: Some index files failed to download. They have been ignored, or old ones used instead.

现在,我不是白痴,我已经检查了周围,看看自己是否能找到问题,但 16.04 中似乎没有针对此问题发布任何信息。有人能帮忙吗?

答案1

基本上,您有很多来源不再具有适当的密钥...您将需要删除这些来源或为它们获取新密钥。

转到“开始”--设置--软件和更新,然后单击“其他软件”选项卡

然后在列表中找到显示没有密钥或 404 未找到的内容并取消选中它们...完成后关闭窗口,它会要求您重新加载...它应该重新加载而没有错误..如果仍然有错误..您可能需要删除更多来源

答案2

您的问题与自定义电力供应协议您最有可能在更新至 16.04 之前添加的源。

通常 ppa 在更新过程中会被禁用,因此用户必须在更新之后自行处理它们。

一个可能的解决方案是首先通过“其他软件”选项卡中的“软件和更新”(又名“software-properties-gtk”)手动禁用这些 ppa。

然后关闭“软件和更新”用户界面,您的系统应该重新扫描并检查可用的来源。

此时检查你正在使用的每个 PPA

  • 我还需要他们吗?我信任他们吗?
  • 如果他们提供 16.04 的更新 ppa,那么
  • 一步一步地重新添加它们。

答案3

首先进入这个目录:cd /etc/apt/sources.list.d/

然后删除与谷歌浏览器关联的文件:sudo rm google-chrome.list

这肯定会起作用。继续微笑,如果此目录中还有其他与您已删除的其他应用程序关联的文件,则也删除它们。

相关内容