终端输出:
name@name:~$ sudo apt-get install fglrx-updates
[sudo] password for name:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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 resolve the situation:
The following packages have unmet dependencies:
fglrx-updates : Depends: lib32gcc1 but it is not going to be installed
Depends: libc6-i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
请给出一个简单的答案,因为我可能无法理解非常复杂的答案。
答案1
您的答案
如果您尚未安装lib32gcc1
& libc6-i386
,为了解决依赖性问题,您应该使用sudo gdebi fglrx*.deb
而不是sudo apt-get install fglrx-updates
。
GDebi 是一个安装.deb
软件包并解决自动地独立性问题。
这只是解决这个问题的众多方法之一。我建议你使用它,因为它对我有用。
额外的信息
我在安装 fglrx 时遇到了一些问题,请参见我的问题. 可能会有用
参考:fglrx 安装指南