http://www.howtogeek.com/73768/how-to-use-aliases-to-customize-ubuntu-commands/
alias ubuntu=’apt-get’
alias install=’sudo apt-get install’
alias remove=’sudo apt-get remove’
alias uninstall=’sudo apt-get remove’
alias update=’sudo apt-get update’