我正在运行最新版本的 Kali Linux。
我用这个命令尝试过:
apt-get install fglrx-atieventsd fglrx-driver fglrx-control fglrx-modules-dkms -y
我明白了:
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 to resolve the situation:
The following packages have unmet dependencies:
fglrx-driver : Depends: xorg-video-abi-18 but it is not installable or
xorg-video-abi-15 but it is not installable or
xorg-video-abi-14 but it is not installable or
xorg-video-abi-13 but it is not installable or
xorg-video-abi-12 but it is not installable or
xorg-video-abi-11 but it is not installable or
xorg-video-abi-10 but it is not installable or
xorg-video-abi-8 but it is not installable or
xorg-video-abi-6.0 but it is not installable
Recommends: libgl1-fglrx-glx (= 1:14.12-2.1) but it is not going to be installed
Recommends: libgl1-fglrx-glx-i386
E: Unable to correct problems, you have held broken packages.
答案1
嗯..也许你可以尝试“aptitude install”而不是“apt-get install”并运行下面的命令
apt-get install -y aptitude
aptitude 安装 libgl1-fglrx-glx libgl1-fglrx-glx-i386
aptitude 安装 fglrx-atieventsd fglrx-driver fglrx-control fglrx-modules-dkms