The problem description determines whether the uninstall method installed by the. Run format needs to be uninstalled
Problem Description
The improper Cuda and driver Uninstall method instructions installed with the. Run file (if the. deb file is installed, you should refer to Cuda installation official tutorial). determine if uninstallation is required
Because the Cuda and driver installed in some formats are compatible, it is possible to refer to the form provided by the Cuda installation official tutorial before uninstalling to determine if uninstallation is required.
For example, if you previously installed driver and CUDA9.1 with a. Run file and now want to install the. deb file, you must uninstall the installed version. Uninstall method installed by the. Run Format
Uninstall the Cuda and driver commands installed with the. Run File:
$ sudo perl/usr/local/cuda-x.y/bin/uninstall_cuda_x.y.pl #uninstall cuda
$ sudo/usr/bin/nvidia-uninstall # Uninstall driver
Don't forget to add a Perl command to the first line above, or you'll get an error.