Last active
September 9, 2019 22:23
-
-
Save ronanyeah/38716296a8a61b1b0d02883641946194 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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