agetpkg is a command line tool used to quickly list/get/install packages stored on the Arch Linux Archive.
agetpkg means Archive Get Package.
agetpkg ferm
agetpkg ^xterm 296
# or
agetpkg -g ^xterm 296
agetpkg -l zsh$
agetpkg -i gvfs 1.26.0 3
agetpkg -g -a pwgen
agetpkg -l -A i686 -- nftables
agetpkg -u -l i3-wm
agetpkg --url http://archlinux.arkena.net/archive/packages/.all/ -l bash$
or
export ARCHIVE_URL=http://archlinux.arkena.net/archive/packages/.all/
agetpkg -l bash$
agetpkg --debug -l coreutils
agetpkg --version
To install the current released version of agetpkg, run:
pacman -S agetpkg
To install the git development version, run:
makepkg -i
agetpkg sources are available on github.
agetpkg is licensied under the term of GPL v2.
agetpkg was started by Sébastien Luttringer in September 2015.