1DNF-REPOMANAGE(8)              dnf-plugins-core              DNF-REPOMANAGE(8)
2
3
4

NAME

6       dnf-repomanage - DNF repomanage Plugin
7
8       Manage a directory of rpm packages.
9

SYNOPSIS

11       dnf repomanage [<optional-options>] [<options>] <path>
12

DESCRIPTION

14       repomanage  prints newest or oldest packages in specified directory for
15       easy piping to xargs or similar programs.
16
17   Options
18       All general DNF  options  are  accepted,  see  Options  in  dnf(8)  for
19       details.
20
21       The  following  options  set what packages are displayed. These options
22       are mutually exclusive, i.e. only one can be specified. If no option is
23       specified, the newest packages are shown.
24
25       --old  Show older packages.
26
27       --new  Show newest packages.
28
29       The following options control how packages are displayed in the output:
30
31       -s, --space
32              Print resulting set separated by space instead of newline.
33
34       -k <keep-number>, --keep <keep-number>
35              Limit the resulting set to newest <keep-number> packages.
36

EXAMPLES

38       Display newest packages in current directory:
39
40          dnf repomanage --new .
41
42       Display 2 newest packages in requires "home" directory:
43
44          dnf repomanage --new --keep 2 ~/
45
46       Display older package separated by space in current directory:
47
48          dnf repomanage --old --space .
49

AUTHOR

51       See AUTHORS in your Core DNF Plugins distribution
52
54       2020, Red Hat, Licensed under GPLv2+
55
56
57
58
594.0.15                           Apr 08, 2020                DNF-REPOMANAGE(8)
Impressum