運行驅動程式安裝後,我收到一個錯誤,我需要安裝檔案中找到的一些先決條件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.