
aurman
List of commands for aurman:
-
aurman:tldr:1ca74 aurman: Synchronize and update all packages.$ aurman --sync --refresh --sysupgradetry on your machineexplain this command
-
aurman:tldr:2a958 aurman: Install a new package without show changes of `PKGBUILD` files.$ aurman --sync --noedit ${package_name}try on your machineexplain this command
-
aurman:tldr:3bee9 aurman: Search the package database for a keyword from the official repositories and AUR.$ aurman --sync --search ${keyword}try on your machineexplain this command
-
aurman:tldr:6cf19 aurman: Remove a package and its dependencies.$ aurman --remove --recursive --nosave ${package_name}try on your machineexplain this command
-
aurman:tldr:9d658 aurman: Synchronize and update all packages without show changes of `PKGBUILD` files.$ aurman --sync --refresh --sysupgrade --noedittry on your machineexplain this command
-
aurman:tldr:9dc15 aurman: Install a new package without prompting.$ aurman --sync --noedit --noconfirm ${package_name}try on your machineexplain this command
-
aurman:tldr:cda92 aurman: Install a new package.$ aurman --sync ${package_name}try on your machineexplain this command
-
aurman:tldr:d27ad aurman: Clear the package cache (use two `--clean` flags to clean all packages).$ aurman --sync --cleantry on your machineexplain this command