Skip to content

Instantly share code, notes, and snippets.

@pmudry
Created October 13, 2023 06:40
Show Gist options
  • Save pmudry/99b28bacfc105e11ae5c2c6df22196f7 to your computer and use it in GitHub Desktop.
Save pmudry/99b28bacfc105e11ae5c2c6df22196f7 to your computer and use it in GitHub Desktop.
Remove from dpkg the hard way
dpkg -l | grep -e cuda-.*9-1 | awk '{print $2}' | xargs -n1 sudo dpkg --purge --force-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment