Skip to content

Instantly share code, notes, and snippets.

@mcarletti
Last active June 21, 2019 16:49
Show Gist options
  • Save mcarletti/8bce8ec1ba540cbb079cdc77d889d857 to your computer and use it in GitHub Desktop.
Save mcarletti/8bce8ec1ba540cbb079cdc77d889d857 to your computer and use it in GitHub Desktop.
Uninstall CUDA, NVIDIA drivers and utilities on Ubuntu (18.04)
#!/bin/bash
sudo apt remove --purge -y 'cuda*' 'nvidia-*'
sudo add-apt-repository --remove -y ppa:graphics-drivers/ppa
sudo apt update
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment