-
Notifications
You must be signed in to change notification settings - Fork 48
Home
drcouzelis edited this page Sep 13, 2010
·
17 revisions
packer is a bash wrapper for pacman and the AUR. It was designed to be a simple and very fast replacement for the basic functionality of yaourt.
packer has commands to install, update, search, and show information for any package in the main repositories and in the AUR. For other commands, such as removing packages, use pacman.
- Fast
- Simple
- Control packages from the main repository and the AUR with one program
- Color output with the pacman-color program
- Search for package:
packer -Ss package_name
- Install package:
packer -S package_name
- Sync with repositories and update all packages:
packer -Syu
- Show info for a package:
packer -Si package_name
- No confirmation:
packer -S --noconfirm package_name
- Only perform commands for the AUR:
packer -Syu --auronly
- Update development packages:
packer -Syu --devel
- Help:
packer -h
Type packer package_name
to use the interactive mode. packer will show a numbered list of search results for package_name. To install a package, enter the corresponding number.