gersplash.blogg.se

Uninstall nvidia drivers ubuntu 19
Uninstall nvidia drivers ubuntu 19












If you have installed via source files (assuming the default location to be /usr/local) then remove it using: sudo rm -rf /usr/local/cuda*įrom cuda 11.4 onwards, an uninstaller script has been provided. To remove Nvidia drivers: sudo apt-get -purge remove "*nvidia*"

uninstall nvidia drivers ubuntu 19

To remove cuda toolkit: sudo apt-get -purge remove "*cublas*" "cuda*" "nsight*"

uninstall nvidia drivers ubuntu 19

If you have installed using apt-get use the following to remove the packages completely from the system: There are two things- nvidia drivers and cuda toolkit- which you may want to remove. var/cache/apt/archives/libcublas-dev_10.2.0.168-1_bĮ: Sub-process /usr/bin/dpkg returned an error code (1) Trying to overwrite '/usr/lib/x86_64-linux-gnu/libcublas_static.a', which is also in package nvidia-cuda-dev 9.1.85-3ubuntu1ĭpkg-deb: error: paste subprocess was killed by signal (Broken pipe)Įrrors were encountered while processing: ]ĭpkg: error processing archive /var/cache/apt/archives/libcublas-dev_10.2.0.168-1_b (-unpack): 253408 files and directories currently installed.) The following additional packages will be installed:ġ upgraded, 0 newly installed, 0 to remove and 145 not upgraded.Īfter this operation, 3,458 kB disk space will be freed. Then I tried to run 'apt -fix-broken install', but got the following error: Reading package lists. Try 'apt -fix-broken install' with no packages (or specify a solution).

uninstall nvidia drivers ubuntu 19

You might want to run 'apt -fix-broken install' to correct these. I have ubuntu 18.04, and accidentally installed cuda 9.1 to run Tensorflow-gpu, but it seems tensorflow-gpu requires cuda 10.0, so I want to remove cuda first by executing: sudo apt-get remove -auto-remove nvidia-cuda-toolkit














Uninstall nvidia drivers ubuntu 19