欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Ubuntu16.04下nvidia-smi:command not found解决

程序员文章站 2022-07-12 14:00:53
...

利用命令查看安装的内核:

dpkg --get-selections | grep linux | grep 91

发现少了前两个。

linux-headers-4.15.0-91        install
linux-headers-4.15.0-91-generic      install
linux-image-4.15.0-91-generic      install
linux-modules-4.15.0-91-generic      install
linux-modules-extra-4.15.0-91-generic    install

利用apt-get安装:

apt-get install linux-headers-4.15.0-91
apt-get install linux-headers-4.15.0-91-generic

之后再更新apt-get:

sudo apt-get update
sudo reboot

就可以了。

相关标签: 大数据 nvidia