Forrest logo
back to context overview

aura

List of commands for aura:

  • aura:tldr:0d2c3 aura: Install a package from the official repositories.
    $ aura --sync ${package_name}
    try on your machine
    explain this command
  • aura:tldr:18e29 aura: Search for packages from the official repositories and AUR.
    $ aura --aursync --both --search ${select}
    try on your machine
    explain this command
  • aura:tldr:19a0a aura: Remove orphan packages (installed as dependencies but not required by any package).
    $ aura --orphans --abandon
    try on your machine
    explain this command
  • aura:tldr:375bf aura: Synchronize and update all packages from the official repositories.
    $ aura --sync --refresh --sysupgrade
    try on your machine
    explain this command
  • aura:tldr:48a5b aura: Remove a package and its dependencies.
    $ aura --remove --recursive --unneeded ${package_name}
    try on your machine
    explain this command
  • aura:tldr:673c6 aura: Downgrade a package using the package cache.
    $ aura --downgrade ${package_name}
    try on your machine
    explain this command
  • aura:tldr:7c3e8 aura: Install a package from the AUR.
    $ aura --aursync ${package_name}
    try on your machine
    explain this command
  • aura:tldr:a5d17 aura: Update all AUR packages in a verbose mode and remove all make dependencies.
    $ aura --aursync --diff --sysupgrade --delmakedeps --unsuppress
    try on your machine
    explain this command
back to context overview