dnf.plugin.download (8) Linux Manual Page
dnf.plugin.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.
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 distribution
Copyright
2014, Red Hat, Licensed under GPLv2+
