我试图安装程序/文件从getdeb回购,但得到一个“检查您的互联网连接”错误。我尝试过的程序包括Qbittorrent和。
通过终端,我得到以下错误:
Err http://archive.getdeb.net/ubuntu/ natty-getdeb/apps qbittorrent amd64 2.8.2-1~getdeb2
Could not connect to archive.getdeb.net:80 (209.105.191.78). - connect (113: No route to host)
E: Failed to fetch http://archive.getdeb.net/ubuntu/pool/apps/q/qbittorrent/qbittorrent_2.8.2-1~getdeb2_amd64.deb: Could not connect to archive.getdeb.net:80 (209.105.191.78). - connect (113: No route to host)&
Err http://archive.getdeb.net/ubuntu/ natty-getdeb/apps mozilla-plugin-vlc amd64 1.1.10-1~getdeb1
Could not connect to archive.getdeb.net:80 (209.105.191.78). - connect (113: No route to host)
E: Failed to fetch http://archive.getdeb.net/ubuntu/pool/apps/v/vlc/mozilla-plugin-vlc_1.1.10-1~getdeb1_amd64.deb: Could not connect to archive.getdeb.net:80 (209.105.191.78). - connect (113: No route to host)在我的机器上添加/删除其他程序/文件没有任何问题。GETDEB回购是否有问题(如果有,是否有任何方法在我的端修复它)或者我的计算机的配置有问题吗?
发布于 2011-07-04 07:31:02
PlayDeb有一个镜像,您可以将其添加到您的软件资源中。
当主要getdeb存储库长时间脱机时,我使用了此解决方案。
与所有镜像一样--不要同时拥有镜像和实际站点活动--勾选,但不是两者都有。
添加以下软件来源:
deb http://mirrors.dotsrc.org/getdeb/ubuntu lucid-getdeb apps
deb-src http://mirrors.dotsrc.org/getdeb/ubuntu lucid-getdeb apps然后,通过在终端中复制和粘贴以下内容来获取软件源密钥:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com A8A515F046D7E7CF
sudo apt-get updateN.B.
lucid-getdeb发行版名称,maverick-getdeb,natty-getdeb,oneiric-getdeb,precise-getdeb,quantal-getdebapps更改为games。来源
发布于 2012-06-05 13:19:05
您似乎已经将第三方apt存储库添加到源列表中,并且服务器不可用。
为您在本地“修复”它的唯一直接方法是从您的apt源列表中删除该存储库,然后再次运行apt-get update,它应该会消失。
如果您认为确实需要使用该存储库,那么您需要与维护它的人联系,并与他们讨论它的不可访问性。
https://askubuntu.com/questions/51692
复制相似问题