dnf.plugin.download (8) - Linux Manuals
dnf.plugin.download: DNF download Plugin
NAME
dnf.plugin.download - DNF download PluginDownload binary or source packages.
SYNOPSIS
dnf download [options] <pkg-spec>...
ARGUMENTS
- <pkg-spec>
- Package specification for the package to download.
OPTIONS
- --help-cmd
- Show this help.
- --source
- Download the source rpm. Enables source repositories of all enabled binary repositories.
- --destdir
- Download directory, default is the current directory (the directory must exist).
- --resolve
- Resolve and download dependencies, not installed on the local system.
EXAMPLES
- dnf download dnf
- Download the latest dnf package to the current directory.
- 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 btanks --resolve
- Download the latest btanks package and the uninstalled dependencies to the current directory.
AUTHOR
See AUTHORS in your Core DNF Plugins distributionCOPYRIGHT
2014, Red Hat, Licensed under GPLv2+