我试图通过以下方式删除所有错误的 nvidia 驱动程序: apt-get remove nvidia*
但是,当我现在尝试安装任何软件包时,它告诉我:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
glx-alternative-nvidia : Depends: glx-diversions (= 0.8.0)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)
然后使用--fix-broken:
apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and …Run Code Online (Sandbox Code Playgroud)