【发布时间】:2018-12-12 22:05:04
【问题描述】:
干得好!
今天,我在笔记本电脑上安装了 deepin 发行版(基于 debian)。 在尝试安装 Discord 时,它提到依赖 libc++ 已损坏或不可能。
尝试安装时,问题输出为:
libc6 is already the newest version (2.27-3).
libc6-dev is already the newest version (2.27-3).
libc6-dev-amd64:i386 is already the newest version (2.27-3).
libc6-udeb is already the newest version (2.19-18+deb8u10).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libc6:i386 : Conflicts: libc6-i686:i386
libc6-dev-amd64:i386 : Depends: libc6-amd64:i386 (= 2.27-3) but it is not going to be installed
Recommends: gcc-multilib:i386 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
我使用这个命令安装:
sudo apt install libc++6
我运行的是 64x 系统,但没有设法修复它。 有没有人有关于如何解决它的建议或知道我做错了什么?
提前致谢
【问题讨论】:
-
我认为你向我们展示了错误的东西。我们可能需要看到的是您在尝试安装 Discord 时收到的确切错误消息。
-
discord 安装程序本身没有报错。由于依赖关系损坏,它拒绝安装 deb 包。它所说的只是“损坏的依赖项:libc++1”然后关闭
-
我认为 libc++6 被视为正则表达式,这就是为什么您会看到与 libc6 相关的内容
-
天哪,确实是这样,从文件手动安装确实有效,谢谢你们的时间
-
@MatsMoolhuizen - 请不要编辑问题以添加“已解决”之类的内容 - 这就是答案的目的。我相应地回滚了你的编辑。
标签: linux installation debian discord libc++