This package is not an implementation of the game (see pacmacs for that)! This package also has nothing to do with Emacs packages! It implements an Emacs front-end to the Arch Linux package manager, pacman(8). The following commands are implemented: pacman-Q: list installed packages pacman-Qi: display information on a given installed package. pacman-Ql: list all files owned by a given package, in Dired pacman-Qo: search for packages that own the specified file pacman-Qs: Search each locally-installed package for names or descriptions that match regexp pacman-Rs: Remove package recursively pacman-S: Install package pacman-Syu: do full system upgrade pacman-Sl: list all available packages pacman-Si: display information on a given sync database package pacman-Ss: search each package in the sync databases by names or descriptions pacman-Sc remove packages that are no longer installed from the cache pacman-F: which package in the sync database owns this file? pacman-Fy: download fresh file databases pacman-Fl: list the files owned by the given package (whether installed or not) Most of the resulting buffers contain clickable links and useful key bindings; do C-h m in such a buffer to find what.