diff options
Diffstat (limited to 'upstream/debian-bookworm/man1/package-cleanup.1')
-rw-r--r-- | upstream/debian-bookworm/man1/package-cleanup.1 | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man1/package-cleanup.1 b/upstream/debian-bookworm/man1/package-cleanup.1 new file mode 100644 index 00000000..76f27f24 --- /dev/null +++ b/upstream/debian-bookworm/man1/package-cleanup.1 @@ -0,0 +1,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" "Jan 22, 2023" "4.3.1" "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 +2023, Red Hat, Licensed under GPLv2+ +.\" Generated by docutils manpage writer. +. |