这可能是重复的,但没什么用。我正在更新这个 更新
并在 sudo apt-get update 中收到此错误
W:GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A7D1D38BEB6D886, W:Failed to fetch http://ppa.launchpad.net/screenlets-dev/ppa/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found
, W:Failed to fetch http://ppa.launchpad.net/screenlets-dev/ppa/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.
任何帮助都将不胜感激!
PS 是的我使用主服务器
答案1
apt-get update
远程刷新你的软件包列表存储库您已添加,这样每次安装任何东西时就不需要提取软件包列表。您收到的错误消息告诉您,您的一个(或多个)PPA 返回了 404 错误(就您而言,screenlets-dev 似乎没有为 Wily Werewolf 构建的软件包)。
您正在尝试升级您的软件包,因此您应该这么做sudo apt-get upgrade
。
如果您遇到任何其他问题,我很乐意为您提供帮助。
附言:Screelets 已弃用。