Skip to content

Instantly share code, notes, and snippets.

@segyges
segyges / cuda_reinstall.txt
Created July 30, 2025 20:08 — forked from jbohnslav/cuda_reinstall.txt
Reinstall Nvidia drivers and CUDA on Ubuntu
# Uninstall all nvidia packages, old drivers, etc.
# list all the packages with nvidia in the name
dpkg -l | grep -i nvidia
sudo apt-get remove --purge nvidia*
sudo apt-get remove --purge cuda*
sudo apt-get remove --purge libnccl*