每当我尝试打开更新管理器来更新我的电脑时,都会出现这个问题,然后它就会关闭。有人能帮我吗?
W:GPG error: http:/packages.medibuntu.org quantal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783,
W:Failed to fetch http:/ppa.launchpad.net/ferramroberto/gsharkdown/ubuntu/dists/quantal/main/source/Sources 404 Not Found
W:Failed to fetch http://ppa.launchpad.net/ferramroberto/gsharkdown/ubuntu/dists/quantal/main/binary-i386/Packages 404 Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.
答案1
打开你的软件更新视窗:
去其他软件并删除/禁用与以下相关的 PPAhttp://ppa.launchpad.net/ferramroberto/gsharkdown/
关闭软件更新并重复更新过程。
该错误只是提到 URL 不存在或无法验证 GPG 密钥。因此您需要将其从 PPA 列表中删除。
如果 GUI 应用程序给您带来任何问题,请通过终端转到源:
cd /etc/apt/sources.list.d
然后删除与有问题的文件相关的文件。例如,如果我的 subdownloader PPA 出现问题,我会删除文件sources.list.d
夹中的以下文件:
subdownloader-developers-ppa-quantal.list
subdownloader-developers-ppa-quantal.list.distUpgrade
subdownloader-developers-ppa-quantal.list.save
快速
sudo rm -fr subdownloader*
文件夹里面source.list.d
就可以了。
然后继续检查/etc/apt/sources.list
它是否不包含任何与 subdownloader 相关的 PPA 行。对于你的情况,你需要查找一些与ferramroberto/gsharkdown
PPA 相关的文件。删除它们并查找sources.list
与之相关的任何行。然后执行sudo apt-get update
。