Forrest logo
back to context overview

pacaur

List of commands for pacaur:

  • pacaur:tldr:0787f pacaur: Synchronize and update all packages (includes AUR).
    $ pacaur -Syu
    try on your machine
    explain this command
  • pacaur:tldr:53cf9 pacaur: Search the package database for a keyword (includes AUR).
    $ pacaur -Ss ${keyword}
    try on your machine
    explain this command
  • pacaur:tldr:6447a pacaur: Synchronize and update only AUR packages.
    $ pacaur -Syua
    try on your machine
    explain this command
  • pacaur:tldr:657a9 pacaur: List all currently installed packages (includes AUR packages).
    $ pacaur -Qs
    try on your machine
    explain this command
  • pacaur:tldr:6c9fc pacaur: Remove a package and its dependencies (includes AUR packages).
    $ pacaur -Rs ${package_name}
    try on your machine
    explain this command
  • pacaur:tldr:f2841 pacaur: Install a new package (includes AUR).
    $ pacaur -S ${package_name}
    try on your machine
    explain this command
back to context overview