安装 git 时出现 apt-get 错误

安装 git 时出现 apt-get 错误

我刚刚在 VirtualBox 4.2 上设置了一个全新的 Ubuntu 12.04.5 服务器 amd64 机器(我在使用 4.3 的 OSX 10.10 上遇到了安装问题)并且我可以这样做,apt-get install curl但是当我运行时apt-get install git我收到以下错误:

The following packages have unmet dependencies:
 git : Depends: liberror-perl but it is not installable 
E: Unable to correct problems, you have held broken packages.

这是怎么回事?我的sources.list文件在全新安装时损坏了吗?

注意:我认为这是特定的git,但还有其他软件包也不起作用

答案1

我试过了,apt-get update但这又给我带来了一些错误。最后我不得不rm -r /var/lib/apt/lists/*删除所有内容,然后运行apt-get update以重新添加所有内容(并清理其中可能损坏的内容),然后我就可以开始运行了。

答案2

尝试运行:“apt-get update”

然后重试。

如果仍然失败,请在此处粘贴 source.list 的内容。

相关内容