Skip to content

Instantly share code, notes, and snippets.

@ronanyeah
Last active September 9, 2019 22:23
Show Gist options
  • Select an option

  • Save ronanyeah/38716296a8a61b1b0d02883641946194 to your computer and use it in GitHub Desktop.

Select an option

Save ronanyeah/38716296a8a61b1b0d02883641946194 to your computer and use it in GitHub Desktop.
# https://aur.archlinux.org/packages/yay/
# upgrade all packages
yay -Syu --combinedupgrade
# search for a package
yay foo
# remove a package and all subsequent unneeded dependencies
yay -Rs foo
# remove unneeded dependencies
yay -Yc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment