aurman
An Arch Linux utility to build and install packages from the Arch User Repository.
See also pacman.
More information: https://github.com/polygamma/aurman.
-
Synchronize and update all packages:
aurman --sync --refresh --sysupgrade -
Synchronize and update all packages without show changes of
PKGBUILDfiles:
aurman --sync --refresh --sysupgrade --noedit -
Install a new package:
aurman --sync {{package}} -
Install a new package without show changes of
PKGBUILDfiles:
aurman --sync --noedit {{package}} -
Install a new package without prompting:
aurman --sync --noedit --noconfirm {{package}} -
Search the package database for a keyword from the official repositories and AUR:
aurman --sync --search {{keyword}} -
Remove a package and its dependencies:
aurman --remove --recursive --nosave {{package}} -
Clear the package cache (use two
--cleanflags to clean all packages):
aurman --sync --clean
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.