1repomanage(1) repomanage(1)
2
3
4
6 repomanage - list the newest or oldest RPM packages in a directory
7
9 repomanage [options] directory
10
12 repomanage is a program to manage a directory of RPM packages. It dis‐
13 plays a list of the newest or oldest packages in a directory for easy
14 piping to xargs or similar programs.
15
17 -h, --help
18 Display a help message, and then quit.
19
20 -o, --old
21 Print the oldest packages.
22
23 -n, --new
24 Print the newest packages.
25
26 -s, --space
27 Space-separated instead of newline-separated output.
28
29 -k KEEP, --keep=KEEP
30 Newest N packages to keep - defaults to 1.
31
32 -c, --nocheck
33 Do not check package payload signatures/digests.
34
35
37 yum.conf [4m(5)
38 http://yum.baseurl.org/
39
40
42 See the Authors file included with this program.
43
44
45
46 13 January 2013 repomanage(1)