解决Unable to find the module utility `modprobe`错误

安装NVIDIA显卡驱动时出现以下错误:

[INFO]: ERROR: Unable to find the module utility `modprobe`; please make sure you have the package 'module-init-tools' or 'kmod' installed.  If you do have 'module-init-tools' or 'kmod' installed, then  please check that `modprobe` is in your PATH.

解决方法:

apt-get install module-init-tools kmod

你可能感兴趣的:(Linux,计算机视觉)