summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-40/man1/package-cleanup.1
blob: 259603bf36718b726ce7f0c0eca7b06be6a17ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.\" Man page generated from reStructuredText.
.
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PACKAGE-CLEANUP" "1" "Feb 08, 2024" "4.5.0" "dnf-plugins-core"
.SH NAME
package-cleanup \- clean up locally installed, duplicate, or orphaned packages.
.sp
A DNF\-based shim imitating the original YUM\-based package\-cleanup utility.
.SH SYNOPSIS
.sp
\fBpackage\-cleanup [options]\fP
.SH OPTIONS
.sp
All general DNF options are accepted, see \fIOptions\fP in \fBdnf(8)\fP for details.
.INDENT 0.0
.TP
.B \fB\-\-leaves\fP
List leaf nodes in the local RPM database.
Leaf nodes are RPMs that are not relied upon by any other RPM.
Maps to \fBdnf repoquery \-\-unneeded\fP\&.
.TP
.B \fB\-\-orphans\fP
List installed packages which are not available from currently configured
repositories.
Maps to \fBdnf repoquery \-\-extras\fP\&.
.TP
.B \fB\-\-problems\fP
List dependency problems in the local RPM database.
Maps to \fBdnf repoquery \-\-unsatisfied\fP\&.
.TP
.B \fB\-\-dupes\fP
Scan for duplicates in the local RPM database.
Maps to \fBdnf repoquery \-\-duplicates\fP\&.
.TP
.B \fB\-\-cleandupes\fP
Scan for duplicates in the local RPM database and clean out the older
versions.
Maps to \fBdnf remove \-\-duplicates\fP\&.
.UNINDENT
.SH EXAMPLES
.INDENT 0.0
.TP
.B \fBpackage\-cleanup \-\-problems\fP
List all dependency problems.
.TP
.B \fBpackage\-cleanup \-\-orphans\fP
List all packages that are not in any DNF repository.
.TP
.B \fBpackage\-cleanup \-\-cleandupes\fP
Remove all packages that have a duplicate installed.
.UNINDENT
.SH AUTHOR
See AUTHORS in your Core DNF Plugins distribution
.SH COPYRIGHT
2024, Red Hat, Licensed under GPLv2+
.\" Generated by docutils manpage writer.
.