Table of Contents
2. Uninstall NVIDIA CUDA Toolkit 11.5 on Fedora 35/34/33
2.1 Change root user
su -
## OR ##
sudo -i
2.2 Run NVIDIA CUDA Uninstall Script
/usr/local/cuda/bin/cuda-uninstaller
2.3 Remove /etc/profile.d/cuda.sh
rm /etc/profile.d/cuda.sh
Then logout/login get NVIDIA CUDA away from PATH and LD_LIBRARY_PATH.
Table of Contents
Pages: 1 2
21 comments on “Uninstall NVIDIA CUDA Toolkit 11.5 on Fedora 35/34/33”