Merge pull request #1893 from Hoi15A/pacaur

pacaur: add page
coverage
Felix Yan 2018-01-15 01:22:32 +08:00 committed by GitHub
commit 8e8112bef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
pages/linux/pacaur.md Normal file
View File

@ -0,0 +1,27 @@
# pacaur
> A utility for Arch Linux to build and install packages from the Arch User Repository.
- Synchronize and update all packages (includes AUR):
`pacaur -Syu`
- Synchronize and update only AUR packages:
`pacaur -Syua`
- Install a new package (includes AUR):
`pacaur -S {{package_name}}`
- Remove a package and its dependencies (includes AUR packages):
`pacaur -Rs {{package_name}}`
- Search the package database for a keyword (includes AUR):
`pacaur -Ss {{keyword}}`
- List all currently installed packages (includes AUR packages):
`pacaur -Qs`