1RPMDUPLICATES(1) User Contributed Perl Documentation RPMDUPLICATES(1)
2
3
4
6 rpmduplicates - find program with several version installed
7
9 sometimes, the upgrade of a system will install new packages, and
10 "forget" to remove the older version. Rpmorphan do not work with this
11 kind of unused packages. Rpmduplicates is the answer. I recommend to
12 run it after each distribution upgrade (for example from fedora core 7
13 to 8).
14
16 rpmduplicates.pl [options]
17
18 options:
19
20 -help brief help message
21 -man full documentation
22 -V, --version print version
23
24 -verbose verbose
25
27 nothing
28
30 -help Print a brief help message and exits.
31
32 -man Print the full manual page and exits.
33
34 -version
35 Print the program release and exit.
36
37 -verbose
38 The program works and print debugging messages.
39
41 rpmduplicates.pl
42
44 nothing
45
47 it will show the duplicates with their version and build date
48
49 and suggest to remove the older one
50
51 example :
52
53 duplicate kernel-devel : 2.6.24.4-64.fc8 (Sat Mar 29 15:36:41 2008) /
54 2.6.24.3-50.fc8 (Thu Mar 20 20:43:47 2008)
55
56 suggest : rpm -e kernel-devel-2.6.24.3-50.fc8
57
59 the number of duplicates packages found
60
62 nothing
63
65 rpmorphan library
66
68 not known
69
71 not known
72
74 this program can be used as "normal" user
75
76 the gpg-pubkey packages are excluded from the result
77
79 rpm(1) for rpm call
80
81 rpmorphan(1)
82
83 rpmusage(1)
84
85 rpmdep(1)
86
88 Copyright (C) 2008 by Eric Gerbier This program is free software; you
89 can redistribute it and/or modify it under the terms of the GNU General
90 Public License as published by the Free Software Foundation; either
91 version 2 of the License, or (at your option) any later version.
92
94 Eric Gerbier
95
96 you can report any bug or suggest to gerbier@users.sourceforge.net
97
98
99
100perl v5.10.0 2008-10-19 RPMDUPLICATES(1)