1DNF5-DOWNLOAD(8)                     dnf5                     DNF5-DOWNLOAD(8)
2
3
4

NAME

6       dnf5-download - Download Command
7

SYNOPSIS

9       dnf5 download [options] <package-spec>...
10

DESCRIPTION

12       The  download command in DNF5 is used for downloading binary and source
13       packages defined in package-spec arguments to the current  working  di‐
14       rectory.
15

OPTIONS

17       --resolve
18              Resolve dependencies of specified packages and download missing ones.
19
20
21       --alldeps
22              To be used together with --resolve, it downloads all dependencies, not skipping the already installed ones.
23
24
25       --destdir=<path>
26              Set directory used for downloading packages to. Default location
27              is to the current working directory.
28

EXAMPLES

30       dnf5 download kernel-headers-0:5.17.0-300.fc36.i686
31              Download the kernel-headers package using the full NEVRA format.
32
33
34       dnf5 download rpm rpm-devel
35              Download all packages having the name of rpm or rpm-devel.
36
37
38       dnf5 download maven-compiler-plugin --resolve --alldeps
39              Download the maven-compiler-plugin package with all its dependencies.
40
41
42       dnf5 download --destdir /tmp/my_packages maven-compiler-plugin
43              Download the maven-compiler-plugin package to /tmp/my_packages directory.
44
45

SEE ALSO

47          dnf5-specs(7), Patterns specification
48
49

AUTHOR

51       See AUTHORS.md in dnf5 source distribution.
52
54       Contributors to the dnf5 project.
55
56
57
58
59                                 Nov 09, 2023                 DNF5-DOWNLOAD(8)
Impressum