nvidia 드라이버 510을 설치하려고 하는데 다음 오류가 발생합니다.
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-driver-510 : Depends: libnvidia-gl-510 (= 510.47.03-0ubuntu0.18.04.1) but it is not going to be installed
Depends: libnvidia-extra-510 (= 510.47.03-0ubuntu0.18.04.1) but it is not going to be installed
Depends: nvidia-compute-utils-510 (= 510.47.03-0ubuntu0.18.04.1) but it is not going to be installed
Depends: xserver-xorg-video-nvidia-510 (= 510.47.03-0ubuntu0.18.04.1) but it is not going to be installed
Depends: libnvidia-cfg1-510 (= 510.47.03-0ubuntu0.18.04.1) but it is not going to be installed
Depends: libnvidia-fbc1-510 (= 510.47.03-0ubuntu0.18.04.1) but it is not going to be installed
Recommends: libnvidia-decode-510:i386 (= 510.47.03-0ubuntu0.18.04.1)
Recommends: libnvidia-encode-510:i386 (= 510.47.03-0ubuntu0.18.04.1)
Recommends: libnvidia-fbc1-510:i386 (= 510.47.03-0ubuntu0.18.04.1)
Recommends: libnvidia-gl-510:i386 (= 510.47.03-0ubuntu0.18.04.1)
E: Unable to correct problems, you have held broken packages.
제가 시도해 볼 수 있는 것이 있나요?
예약된 패키지를 찾아보았습니다.
dpkg --get-selections | grep hold
출력이 없습니다
답변1
우분투 20에서도 동일한 오류 메시지가 나타납니다(driver-470에서 드라이버-510으로 업데이트하려고 함).
Canonical Kernel 저장소를 추가하는 GAD3R의 솔루션이 나에게 작동하지 않았으며 GUI 드라이버 업데이트 프로세스도 작동하지 않았습니다.
사용엔비디아 실행 파일510 드라이버가 직접 설치되었습니다.
GPU를 사용하여 프로세스/애플리케이션을 종료하려면 GUI를 종료해야 합니다.
CTL + ALT + F1 (to go to a terminal only interface)
그런 다음 SSH를 통해 연결하거나 터미널 전용 인터페이스를 통해 다시 로그인한 후...
sudo stop lightdm
또는
sudo stop gdm
마침내
sudo sh NVIDIA-Linux-x86_64-510.47.03.run
그리고 프롬프트를 따르세요.
내 문제는 해결되었지만 여전히 Linux 초보이고 다른 전략이 효과가 있을지 궁금합니다.
답변2
Canonical Kernel Team 저장소를 추가해야 합니다.
sudo add-apt-repository ppa:canonical-kernel-team/ppa
sudo apt-get update
sudo apt install nvidia-driver-510