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
就可以了。
上一篇: C++之STL常用算法
下一篇: 线性代数基础(python3)
推荐阅读
-
-bash: mysqladmin: command not found问题解决
-
覆盖原先的PATH导致命令失效提示command not found的解决方法
-
centos7: ifconfig出现command not found解决办法
-
svn 没有killall命令的解决方法 -bash: killall: command not found
-
编译U-Boot时command not found的解决方法
-
bash scp command not found的解决方法
-
ubuntu12下交叉编译内核时:“mkimage“ command not found - U-Boot images will not be built
-
安装pip install mysqlclient 解决mysql_config:command not found
-
Debian/Ubuntu 报错解决:-bash: ifconfig: command not found
-
问题解决:chkconfig: command not found