aur Verified current stable Not installed?

Aur / Ignore Packages During Upgrade

Ignore Packages During Upgrade

Aur command syntax to ignore packages during upgrade. Copyable examples, output expectations, and common mistakes.

$
Terminal
aur sync -u --ignore <package1,package2,...>

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.
-u
u| upgrades
The value supplied for u| upgrades.
<package1,package2,...>
package1,package2,...
The value supplied for package1,package2,....
-u
Command Option
Tool-specific option used by this command invocation.
--ignore
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.