apt-get update 命令导致 404 Not Found 错误

apt-get update 命令导致 404 Not Found 错误

请帮助解决此错误。

sudo apt-get update

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

答案1

  • sudo nautilus /etc/apt/sources.list.d

  • 删除upubuntu-com-office-saucy.list文件

  • 然后运行sudo apt-get update

此 PPA 绝不会出现 404 Not Found 错误。

当我使用 PPA 或更新我的软件包列表时,如何修复 404 错误?

相关内容