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 (if it is installed)

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
  • Download and extract AUR tarball only: packer -G package_name

Additional Options

  • Ignore packages: packer -Syu --ignore package_name1,package_name2
  • No confirmation: packer -S --noconfirm package_name
  • Only perform commands for the AUR: packer -Syu --auronly
  • Update development packages (cvs, git…): packer -Syu --devel
  • Ignore AUR MD5 sums (skip integrity check): packer -S --skipinteg package_name
  • 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