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 fermagetpkg ^xterm 296
# or
agetpkg -g ^xterm 296agetpkg -l zsh$agetpkg -i gvfs 1.26.0 3agetpkg -g -a pwgenagetpkg -l -A i686 -- nftablesagetpkg -u -l i3-wmagetpkg --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 coreutilsagetpkg --versionTo install the current released version of agetpkg, run:
pacman -S agetpkgTo install the git development version, run:
makepkg -iagetpkg sources are available on github.
agetpkg is licensied under the term of GPL v2.
agetpkg was started by Sébastien Luttringer in September 2015.