Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created January 7, 2014 19:49
Show Gist options
  • Save larzconwell/8305641 to your computer and use it in GitHub Desktop.
Save larzconwell/8305641 to your computer and use it in GitHub Desktop.
alias update="sudo apt-get update"
alias upgrade="update && sudo apt-get upgrade"
alias dist-upgrade="upgrade && sudo apt-get dist-upgrade"
alias install="sudo apt-get install ${@:2}"
alias uninstall="sudo apt-get purge ${@:2}"
alias search="apt-cache search ${@:2}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment