-
Notifications
You must be signed in to change notification settings - Fork 47
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 - Install package:
packer -S package - Sync with repositories and update all packages:
packer -Syu - Show info for a package:
packer -Si package
- No confirmation:
packer -S --noconfirm package - Only perform commands for the AUR:
packer -Syu --auronly - Update development packages:
packer -Syu --devel - Help:
packer -h