koji Verified current stable Not installed? Build Tools

Koji / Download Rpms For Specific Arch

Download Rpms For Specific Arch

Koji command syntax to download rpms for specific arch. Copyable examples, output expectations, and common mistakes.

$
Terminal
koji download-build <BuildID|RPM|NVR> --arch <x86_64,aarch64,noarch,...>

Command Breakdown

What each part is doing

koji
Base Command
The executable that performs this operation. Here it runs Koji before the shell applies any redirect operators.
<BuildID|RPM|NVR>
BuildID|RPM|NVR
The value supplied for BuildID|RPM|NVR.
<x86_64,aarch64,noarch,...>
x86 64,aarch64,noarch,...
The value supplied for x86 64,aarch64,noarch,....
--arch
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative build tools tools for the same job.