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
Ubuntu 20でも同じエラーメッセージが表示されます(ドライバ-470からドライバ-510に更新しようとしています)。
Canonical Kernelリポジトリを追加するGAD3Rのソリューションは私には機能しませんでしたが、GUIドライバの更新プロセスも機能しませんでした。
使用NVIDIA実行可能ファイル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初心者であり、他の戦略がうまくいくかどうか疑問に思います。