ubuntu 14.10 上的错误 apt-get 更新

Ron*_*ver 4 updates

当我更新我的 ubuntu 14.10 时出现错误

这是一个错误:

Err http://ppa.launchpad.net utopic/main amd64 Packages                        
  404  Not Found
Err http://ppa.launchpad.net utopic/main i386 Packages                         
  404  Not Found
Ign http://kambing.ui.ac.id trusty/universe Translation-en_US                  
Fetched 22,6 MB in 4min 12s (89,5 kB/s)                                        
W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/utopic/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/utopic/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud)

我该怎么做才能解决这个错误?

Rob*_*ein 7

我也有(并且有过)许多相同的问题。当您升级到新发行版或安装最新发行版时,并非所有开发人员都为该版本制作了可运行的应用程序。APT 会在您的软件源中自动查找 PPA 源上的版本名称文件夹。

在您的情况下,14.04 和 14.10 非常相似,应用程序可能会在其中任何一个上运行。(我自己测试过,它们非常相似。)

为了从14.04(忠实的)这个源更新,你可以打开你的Software & Updates应用程序,切换选项卡Other Software,并查找核对包含的条目ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/utopic/main

找到后,您可以选择它、编辑它,并将该Distribution字段更改为“可信”。(没有引号)要完成只需sudo apt-get update再次运行。

我建议检查开发人员的页面,看看他们是否已将软件更新到 14.10,如果是,只需返回软件源并将分发设置回“utopic”。

  • 这是正确的,可以通过在浏览器中导航到提供错误的 url (http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists) 轻松确认。如您所见,没有 utopic 子目录。 (2认同)