Last active
June 10, 2025 06:46
-
-
Save sudo-adduser-jordan/9d330767e58d56d49075679e4f448e52 to your computer and use it in GitHub Desktop.
Gentoo Emerge Alias
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
alias listi='qlist -I' | |
alias sync='sudo emerge --sync' | |
alias syncg='sudo emerge --sync guru' | |
alias install='sudo emerge -avq' | |
alias remove='sudo emerge -C' | |
alias update='sudo emerge -avquD @world' | |
alias update-new='sudo emerge -avquDN @world' | |
alias update-changed='sudo emerge -avquDU @world' | |
alias clean='sudo emerge --clean --ask' | |
alias cleand='sudo emerge --depclean --ask' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment