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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
.\" 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 "YUM-UTILS" "1" "May 19, 2025" "4.10.1" "dnf-plugins-core"
.SH NAME
yum-utils \- classic YUM utilities implemented as CLI shims on top of DNF
.sp
The main purpose of these shims is ensuring backward compatibility with yum\-3.
.SH SHELL COMMANDS
.INDENT 0.0
.TP
.B \fBdebuginfo\-install(1)\fP
Install the associated debuginfo packages for a given package
specification.
Maps to \fBdnf debuginfo\-install\fP\&.
.TP
.B \fBneeds\-restarting(1)\fP
Check for running processes that should be restarted.
Maps to \fBdnf needs\-restarting\fP\&.
.TP
.B \fBfind\-repos\-of\-install\fP
Report which repository the package was installed from.
Part of core DNF functionality.
Maps to \fBdnf list \-\-installed\fP\&.
See \fIList Command\fP in \fBdnf(8)\fP for details.
.TP
.B \fBpackage\-cleanup(1)\fP
Clean up locally installed, duplicate, or orphaned packages.
.TP
.B \fBrepo\-graph(1)\fP
Output a full package dependency graph in dot format.
Maps to \fBdnf repograph\fP\&.
.TP
.B \fBrepoclosure(1)\fP
Display a list of unresolved dependencies for repositories.
Maps to \fBdnf repoclosure\fP\&.
.TP
.B \fBrepodiff(1)\fP
Display a list of differences between two or more repositories.
Maps to \fBdnf repodiff\fP\&.
.TP
.B \fBrepomanage(1)\fP
Manage a directory of rpm packages.
Maps to \fBdnf repomanage\fP\&.
.TP
.B \fBrepoquery\fP
Searches the available DNF repositories for selected packages and displays
the requested information about them.
Part of core DNF functionality.
Maps to \fBdnf repoquery\fP\&.
See \fIRepoquery Command\fP in \fBdnf(8)\fP for details.
.TP
.B \fBreposync(1)\fP
Synchronize packages of a remote DNF repository to a local directory.
Maps to \fBdnf reposync\fP\&.
.TP
.B \fBrepotrack\fP
Track packages and its dependencies and download them.
Maps to \fByumdownloader \-\-resolve \-\-alldeps\fP\&.
See \fByumdownloader(1)\fP for details.
.TP
.B \fByum\-builddep(1)\fP
Install whatever is needed to build the given .src.rpm, .nosrc.rpm or .spec
file.
Maps to \fBdnf builddep\fP\&.
.TP
.B \fByum\-config\-manager(1)\fP
Manage main DNF configuration options, toggle which repositories are
enabled or disabled, and add new repositories.
Maps to \fBdnf config\-manager\fP\&.
.TP
.B \fByum\-debug\-dump(1)\fP
Writes system RPM configuration to a dump file.
Maps to \fBdnf debug\-dump\fP\&.
.TP
.B \fByum\-debug\-restore(1)\fP
Restores system RPM configuration from a dump file.
Maps to \fBdnf debug\-restore\fP\&.
.TP
.B \fByumdownloader(1)\fP
Download binary or source packages.
Maps to \fBdnf download\fP\&.
.UNINDENT
.SH AUTHOR
See AUTHORS in your Core DNF Plugins distribution
.SH COPYRIGHT
2014, Red Hat, Licensed under GPLv2+
.\" Generated by docutils manpage writer.
.
|