RcrdBrt

Untitled

Jan 24th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. alias pacupg='sudo pacman -Syu' # Synchronize with repositories before upgrading packages that are out of date on the local system.
  2. alias pacin='sudo pacman -S' # Install specific package(s) from the repositories
  3. alias pacins='sudo pacman -U' # Install specific package not from the repositories but from a file
  4. alias pacre='sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required dependencies
  5. alias pacrem='sudo pacman -Rns' # Remove the specified package(s), its configuration(s) and unneeded dependencies
  6. alias pacrep='pacman -Si' # Display information about a given package in the repositories
  7. alias pacreps='pacman -Ss' # Search for package(s) in the repositories
  8. alias pacloc='pacman -Qi' # Display information about a given package in the local database
  9. alias paclocs='pacman -Qs' # Search for package(s) in the local database
Advertisement
Add Comment
Please, Sign In to add comment