Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created January 27, 2024 13:46
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