
pacaur
List of commands for pacaur:
-
pacaur:tldr:0787f pacaur: Synchronize and update all packages (includes AUR).$ pacaur -Syutry on your machineexplain this command
-
pacaur:tldr:53cf9 pacaur: Search the package database for a keyword (includes AUR).$ pacaur -Ss ${keyword}try on your machineexplain this command
-
pacaur:tldr:6447a pacaur: Synchronize and update only AUR packages.$ pacaur -Syuatry on your machineexplain this command
-
pacaur:tldr:657a9 pacaur: List all currently installed packages (includes AUR packages).$ pacaur -Qstry on your machineexplain this command
-
pacaur:tldr:6c9fc pacaur: Remove a package and its dependencies (includes AUR packages).$ pacaur -Rs ${package_name}try on your machineexplain this command
-
pacaur:tldr:f2841 pacaur: Install a new package (includes AUR).$ pacaur -S ${package_name}try on your machineexplain this command