aur Verified current stable Not installed?

Aur / Install Package Without Viewing In Vim

Install Package Without Viewing In Vim

Aur command syntax to install package without viewing in vim. Copyable examples, output expectations, and common mistakes.

$
Terminal
aur sync --noview -n <package>

Command Breakdown

What each part is doing

aur
Base Command
The executable that performs this operation. Here it runs Aur before the shell applies any redirect operators.
-n
n| noconfirm
The value supplied for n| noconfirm.
<package>
package
The value supplied for package.
--noview
Command Option
Tool-specific option used by this command invocation.
-n
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative tools that share the "compress" operation intent.