Skip to content

Instantly share code, notes, and snippets.

@mvidaldp
Created November 9, 2021 18:49
Show Gist options
  • Save mvidaldp/f3a873e28e093607450b98f37f904910 to your computer and use it in GitHub Desktop.
Save mvidaldp/f3a873e28e093607450b98f37f904910 to your computer and use it in GitHub Desktop.
Remove unneeded package dependencies on Arch Linux based distros
sudo pacman -Rs $(sudo pacman -Qdtq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment