1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 02:35:25 +02:00

Merge pull request #1893 from Hoi15A/pacaur

pacaur: add page
This commit is contained in:
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

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`