← 返回命令列表

Linux command

koji-download-build 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Example

koji download-build [build_id|nvr]

Example

koji download-build [build_id] --arch x86_64

Example

koji download-build [build_id] --key [key_id]

Example

koji download-build [rpm_name] --rpm

Example

koji download-build [build_id] --type src

Example

koji download-build --help

说明

koji download-build downloads built packages from the Koji build system. You can specify a build by its ID, NVR (Name-Version-Release), or download a specific RPM directly.

参数

build_id|nvr|rpm
Build identifier, NVR string, or RPM name
--arch ARCH
Only download RPMs for specified architecture (e.g., x86_64, aarch64, noarch)
--key KEY
Only download RPMs signed with the specified key
--rpm
Interpret the argument as an RPM name
--type TYPE
Download specific type: rpm, src, debuginfo
--latestfrom TAG
Download latest build from specified tag
--topdir DIR
Specify download directory
-h, --help
Display help information

FAQ

What is the koji-download-build command used for?

koji download-build downloads built packages from the Koji build system. You can specify a build by its ID, NVR (Name-Version-Release), or download a specific RPM directly.

How do I run a basic koji-download-build example?

Run `koji download-build [build_id|nvr]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does build_id|nvr|rpm do in koji-download-build?

Build identifier, NVR string, or RPM name