実行しようとするとこのエラーが発生し続けますsudo apt-get install nvidia-current
:
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:
nvidia-current : Depends: xorg-video-abi-11
Depends: xserver-xorg-core (>= 2:1.10.99.901)
E: Unable to correct problems, you have held broken packages.
どうすれば修正できますか?
sudo apt-get install xorg-video-abi-11 xserver-xorg-core
sudo apt-get install -f