J'ai Ubuntu 18.04 et j'ai installé accidentellement cuda 9.1 pour exécuter Tensorflow-gpu, mais il semble que tensorflow-gpu nécessite cuda 10.0, donc je veux d'abord supprimer cuda en exécutant:
martin@nlp-server:~$ Sudo apt-get remove --auto-remove nvidia-cuda-toolkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cuda-libraries-dev-10-1 : Depends: libcublas-dev (>= 10.2.0.168) but 10.1.0.105-1 is to be installed
cuda-samples-10-1 : Depends: libcublas-dev (>= 10.2.0.168) but 10.1.0.105-1 is to be installed
cuda-visual-tools-10-1 : Depends: libcublas-dev (>= 10.2.0.168) but 10.1.0.105-1 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Ensuite, j'ai essayé d'exécuter 'apt --fix-broken install', mais j'ai eu l'erreur suivante:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libcublas-dev
The following packages will be upgraded:
libcublas-dev
1 upgraded, 0 newly installed, 0 to remove and 145 not upgraded.
69 not fully installed or removed.
Need to get 0 B/39.1 MB of archives.
After this operation, 3,458 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 253408 files and directories currently installed.)
Preparing to unpack .../libcublas-dev_10.2.0.168-1_AMD64.deb ...
Unpacking libcublas-dev (10.2.0.168-1) over (10.1.0.105-1) .........................................................................................................................................................................................................................................................]
dpkg: error processing archive /var/cache/apt/archives/libcublas-dev_10.2.0.168-1_AMD64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libcublas_static.a', which is also in package nvidia-cuda-dev 9.1.85-3ubuntu1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libcublas-dev_10.2.0.168-1_AMD64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Comment supprimer complètement cuda?
J'ai résolu ce problème comme suit:
Sudo apt-get purge nvidia*
Sudo apt-get autoremove
Sudo apt-get autoclean
Sudo rm -rf /usr/local/cuda*
Cela fera l'affaire.
Accédez à - /usr/local/cuda-10.2/bin
Exécutez Sudo ./cuda-uninstaller
Vérifiez toutes les options et il sera désinstallé automatiquement