Man page - dnf4-download(8)
Packages contas this manual
- repo-graph(1)
- yum-groups-manager(1)
- dnf4-expired-pgp-keys(8)
- yum-config-manager(1)
- dnf4-repoclosure(8)
- dnf4-post-transaction-actions(8)
- dnf4-system-upgrade(8)
- dnf4-debuginfo-install(8)
- yum-utils(1)
- yum-debug-restore(1)
- dnf4-builddep(8)
- yum-builddep(1)
- dnf4-modulesync(8)
- yum-copr(8)
- dnf4-pre-transaction-actions(8)
- dnf4-changelog(8)
- repodiff(1)
- dnf4-versionlock(8)
- dnf4-generate_completion_cache(8)
- dnf4-reposync(8)
- dnf4-repomanage(8)
- dnf-utils(1)
- dnf4-show-leaves(8)
- yum-versionlock.conf(5)
- dnf4-config-manager(8)
- yum-changelog(1)
- yumdownloader(1)
- dnf4-download(8)
- yum-versionlock(8)
- dnf4-needs-restarting(8)
- yum-debug-dump(1)
- dnf4-groups-manager(8)
- reposync(1)
- dnf4-repograph(8)
- dnf4-copr(8)
- repoclosure(1)
- repomanage(1)
- package-cleanup(1)
- dnf4-debug(8)
- dnf4-local(8)
- dnf4-repodiff(8)
- dnf4-leaves(8)
- debuginfo-install(1)
Package: dnf-plugins-core
apt-get install dnf-plugins-core
apt-get install dnf-plugins-core
Manuals in package:
Documentations in package:
Available languages:
en ro deManual
| DNF4-DOWNLOAD(8) | dnf-plugins-core | DNF4-DOWNLOAD(8) |
NAME
dnf4-download - DNF download Plugin
Download binary or source packages.
SYNOPSIS
dnf download [options] <pkg-spec>...
ARGUMENTS
- <pkg-spec>
- Package specification for the package to download. Local RPMs can be specified as well. This is useful with the --source option or if you want to download the same RPM again.
OPTIONS
All general DNF options are accepted, see Options in dnf(8) for details.
- --help-cmd
- Show this help.
- --arch <arch>[,<arch>...]
- Limit the query to packages of given architectures (default is all compatible architectures with your system). To download packages with arch incompatible with your system use --forcearch=<arch> option to change basearch.
- --source
- Download the source rpm. Enables source repositories of all enabled binary repositories.
- --debuginfo
- Download the debuginfo rpm. Enables debuginfo repositories of all enabled binary repositories.
- --downloaddir
- Download directory, default is the current directory (the directory must exist).
- --url
- Instead of downloading, print list of urls where the rpms can be downloaded.
- --urlprotocol
- Limit the protocol of the urls output by the –url option. Options are http, https, rsync, ftp.
- --resolve
- Resolves dependencies of specified packages and downloads missing dependencies in the system.
- --alldeps
- When used with --resolve, download all dependencies (do not skip already installed ones).
EXAMPLES
- dnf download dnf
- Download the latest dnf package to the current directory.
- dnf download --url dnf
- Just print the remote location url where the dnf rpm can be downloaded from.
- dnf download --url --urlprotocols=https --urlprotocols=rsync dnf
- Same as above, but limit urls to https or rsync urls.
- dnf download dnf --destdir /tmp/dnl
- Download the latest dnf package to the /tmp/dnl directory (the directory must exist).
- dnf download dnf --source
- Download the latest dnf source package to the current directory.
- dnf download rpm --debuginfo
- Download the latest rpm-debuginfo package to the current directory.
- dnf download btanks --resolve
- Download the latest btanks package and the uninstalled dependencies to the current directory.
AUTHOR
See AUTHORS in your Core DNF Plugins distribution
COPYRIGHT
2014, Red Hat, Licensed under GPLv2+
| June 20, 2025 | 4.10.1 |