无法运行 apt-get update Ubuntu 16.04

无法运行 apt-get update Ubuntu 16.04

我尝试执行sudo apt-get update命令但它返回以下错误:

E: Failed to fetch http://ppa.launchpad.net/upubuntu-com/web/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

请提供解决方案。因为错误,我无法安装其他软件包。

答案1

该错误表明存储库不存在(或 URL 中有拼写错误 - 最终仍处于未找到的情况)。它不会阻止您升级软件或安装新软件。只需运行sudo apt-get upgradesudo apt-get install <some package>

要消除错误,请在/etc/apt/sources.list以下某个文件(如果有)中找到并注释掉该行(通过在行前添加 #)/etc/apt/sources.d

相关内容