1RPMDUPLICATES(1)      User Contributed Perl Documentation     RPMDUPLICATES(1)
2
3
4

NAME

6       rpmduplicates - find program with several version installed
7

DESCRIPTION

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

SYNOPSIS

16       rpmduplicates.pl  [options]
17
18       options:
19
20          -help                brief help message
21          -man                 full documentation
22          -remove              ask to remove package
23          -V, --version        print version
24

REQUIRED ARGUMENTS

26       nothing
27

OPTIONS

29       -help   Print a brief help message and exits.
30
31       -man    Print the full manual page and exits.
32
33       -remove ask to remove suggested package
34
35       -version
36               Print the program release and exit.
37

USAGE

39       rpmduplicates.pl
40

FILES

42       nothing
43

DIAGNOSTICS

45       it will show the duplicates with their version and build date
46
47       and suggest to remove the older one
48
49       example :
50
51       duplicate kernel-devel : 2.6.24.4-64.fc8 (Sat Mar 29 15:36:41 2008) /
52       2.6.24.3-50.fc8 (Thu Mar 20 20:43:47 2008)
53
54       suggest : rpm -e kernel-devel-2.6.24.3-50.fc8
55

EXIT STATUS

57       the number of duplicates packages found
58

CONFIGURATION

60       nothing
61

DEPENDENCIES

63       rpmorphan library
64

INCOMPATIBILITIES

66       not known
67

BUGS AND LIMITATIONS

69       not known
70

NOTES

72       this program can be used as "normal" user
73
74       the gpg-pubkey packages are excluded from the result
75

SEE ALSO

77       rpm(1) for rpm call
78
79       rpmorphan(1)
80
81       rpmusage(1)
82
83       rpmdep(1)
84
85       rpmextra(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

AUTHOR

94       Eric Gerbier
95
96       you can report any bug or suggest to gerbier@users.sourceforge.net
97
98
99
100perl v5.24.1                      2017-07-14                  RPMDUPLICATES(1)
Impressum