无法找到软件包 apt-fast

无法找到软件包 apt-fast

这是我尝试过的:

$ sudo add-apt-repository ppa:apt-fast/stable
$ sudo apt-get update
..........something something.........  
.................................................................  
.................................................................   
W: Failed to fetch http://ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/apt-fast/stable/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

然后我尝试

$ sudo apt-get install apt-fast

但它说:

Reading package lists... Done       
Building dependency tree       
Reading state information... Done  
E: Unable to locate package apt-fast

答案1

像之前一样添加它然后:

打开系统设置->软件更新->其他软件

查找已添加的 ppa。单击它,然后选择编辑。将发行版从 trusty 更改为 saucy。退出并打开终端。

sudo apt-get 更新

进而

sudo apt-get 安装 apt-fast

答案2

PPA 管理器尚未上传任何适用于 Trusty 的软件包(两个“无法获取”错误表明了这一点)。因此,apt无法找到apt-fast该软件包,因为该软件包尚不可用。

您可能需要联系 PPA 维护者并请他上传 Trusty 的版本。

我已经为 Trusty 制作了一个版本,你可以从我的 PPA

相关内容