我们有一个Ubuntu12.04 LTS机器,当我尝试运行更新时会产生错误。
具体来说,我收到了大量这样的错误:
W: Failed to fetch http://packages.medibuntu.org/dists/precise/non-free/i18n/Translation-en Something wicked happened resolving 'packages.medibuntu.org:http' (-5 - No address associated with hostname)我尝试了ping packages.medibuntu.org,然后它返回:
ping: unknown host packages.medibuntu.org因此,在我看来,在过去的某个时候,软件包是从那里安装的,但它已经“消失了”。
问题:
这个诊断正确吗?
如果是这样的话,我如何识别和“修复”这些包?我必须仔细地检查从apt到get升级的整个输出并卸载每个输出吗?希望不是,但如果这是必需的,那就好。
发布于 2013-10-12 03:59:40
Medibuntu现在已经关闭,打包器要么过时了,没有必要,要么被转移到正式的Ubuntu档案中。-- https://help.ubuntu.com/community/Medibuntu
这意味着什么?您应该从您的sources.list中移除存储库,以防止错误,并在其他地方查找您需要的包,或者继续使用您已安装的旧包。
相关

发布于 2014-02-19 02:06:25
如果要从命令行中删除medibuntu作为软件源,请编辑位于/etc/apt/中的sources.list
vi /etc/apt/sources.list
然后评论一下(S)中包含中介的那句话。
...
deb http://archive.canonical.com/ubuntu/ precise partner
#deb http://packages.medibuntu.org/ precise free non-freehttps://askubuntu.com/questions/356998
复制相似问题