Packer

From wikinotes
Revision as of 13:53, 13 August 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Packer automates downloading programs from the arch AUR. Recently, it has been unable to find all packages. It's flags are the same as pacman.

packer -S  <package>			## Install package
packer -Ss <package>			## Search package

pacman -R  <package>			## Uninstall package (with pacman)