小编Nic*_*zee的帖子

安装 nvidia 后无法删除损坏的软件包

我试图通过以下方式删除所有错误的 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)

apt nvidia kali-linux

1
推荐指数
1
解决办法
6011
查看次数

标签 统计

apt ×1

kali-linux ×1

nvidia ×1