Skip to content
drcouzelis edited this page Sep 13, 2010 · 17 revisions

Packer

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.

Features

  • Fast
  • Simple
  • Control packages from the main repository and the AUR with one program
  • Color output with the pacman-color program

Command Line Options

  • 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

Additional Options

  • 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

Interactive Mode

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.

Clone this wiki locally