Forrest logo
back to context overview

yaourt

List of commands for yaourt:

  • yaourt:tldr:0f765 yaourt: List installed packages, versions, and repositories (AUR packages will be listed under the repository name 'local').
    $ yaourt -Q
    try on your machine
    explain this command
  • yaourt:tldr:24bfb yaourt: Remove a package and its dependencies (includes AUR packages).
    $ yaourt -Rs ${package_name}
    try on your machine
    explain this command
  • yaourt:tldr:7fd35 yaourt: Search the package database for a keyword (including AUR).
    $ yaourt -Ss ${package_name}
    try on your machine
    explain this command
  • yaourt:tldr:944d8 yaourt: Install a new package (includes AUR).
    $ yaourt -S ${package_name}
    try on your machine
    explain this command
  • yaourt:tldr:ce82d yaourt: Synchronize and update all packages (including AUR).
    $ yaourt -Syua
    try on your machine
    explain this command
back to context overview