Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created January 27, 2024 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseluisq/fac7e642a7b4db7dc5d3b46462fc8bfd to your computer and use it in GitHub Desktop.
Save joseluisq/fac7e642a7b4db7dc5d3b46462fc8bfd to your computer and use it in GitHub Desktop.
Arch Linux - Remove all packages that match a pattern
sudo pacman -Rns $(sudo pacman -Qq | grep "telepathy-*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment