安装 gpu 驱动程序问题

安装 gpu 驱动程序问题

运行驱动程序安装后,我收到一条错误消息,提示我需要安装文件中的一些先决条件fglrx-install.log,然后我发现了这一点

NOTE: If your system has logged the missing packages required for installation, install them in the order as per the log file to resolve package-dependency issues.
Package dh-modaliases is missing from the system. Install it using the command apt-get install dh-modaliases.
Package execstack is missing from the system. Install it using the command apt-get install execstack.
Package dpkg-dev is missing from the system. Install it using the command apt-get install dpkg-dev.
Package debhelper is missing from the system. Install it using the command apt-get install debhelper.

我安装了所有东西都没有问题,除了 debhelper,它给了我这个错误

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:
 debhelper : Depends: dpkg-dev (>= 1.17.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

相关内容