安装NVIDIA GPU驱动时提示空间不足但实际磁盘空间充足的问题求助
各位好,我现在正尝试给我的机器安装NVIDIA GPU驱动,但碰到了个棘手的问题——系统一直提示磁盘空间不足,可我检查后确认实际磁盘空间是足够的。
为了修复安装过程中的依赖问题,我执行了sudo apt --fix-broken install命令,得到的输出如下:
king@kingss:~$ sudo apt --fix-broken install
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libamd-comgr2 libhsa-runtime64-1 libibmad5 libucx0 nsight-compute-target
libamdhip64-5 libhsakmt1 libibumad3 linux-image-6.6.9-amd64 nsight-systems-target
Use 'sudo apt autoremove' to remove them.Installing dependencies:
nvidia-cuda-devSummary:
Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 282...
我试过按照提示运行sudo apt autoremove清理那些无用包,但还是没办法完成NVIDIA驱动的安装。有没有大佬遇到过类似的情况?或者能给我一些排查问题的方向和解决建议?
备注:内容来源于stack exchange,提问作者John




