aurman
An Arch Linux utility to build and install packages from the Arch User Repository. See also: `pacman`.
More info →Options (5)
-S, --syncbooleanSynchronize and update all packages
aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}}-y, --refreshbooleanSynchronize and update all packages
aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}}-u, --sysupgradebooleanSynchronize and update all packages
aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}}-s, --searchbooleanSearch the package database for a keyword from the official repositories and AUR
aurman {{[-S|--sync]}} {{[-s|--search]}} {{keyword}}-c, --cleanbooleanClear the package cache (use two `--clean` flags to clean all packages)
aurman {{[-S|--sync]}} {{[-c|--clean]}}Examples (8)
Synchronize and update all packages
aurman [-S|--sync] [-y|--refresh] [-u|--sysupgrade]Synchronize and update all packages without show changes of `PKGBUILD` files
aurman [-S|--sync] [-y|--refresh] [-u|--sysupgrade] --noeditInstall a new package
aurman [-S|--sync] packageInstall a new package without show changes of `PKGBUILD` files
aurman [-S|--sync] --noedit packageInstall a new package without prompting
aurman [-S|--sync] --noedit --noconfirm packageSearch the package database for a keyword from the official repositories and AUR
aurman [-S|--sync] [-s|--search] keywordRemove a package and its dependencies
aurman --remove --recursive --nosave packageClear the package cache (use two `--clean` flags to clean all packages)
aurman [-S|--sync] [-c|--clean]