Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyleft october 2012 by Security XIII
- # For Arch linux and distros with pacman onboard.
- # Add the following lines to the file ~/.bashrc (/yourhome/.bashrc)
- # and you will get possibility to search, install, remove applications and update system
- # very simple, like "p apache" will install apache for you.
- alias s='sudo pacman -Ss' # use s to search applications
- alias p='sudo pacman -S' # use p to install applications
- alias r='sudo pacman -r' # use r to remove applications
- alias u='sudo pacman -Syyu' # use u to update your repos and system accordingly.
Advertisement
Add Comment
Please, Sign In to add comment