1YUM-UTILS(1) dnf-plugins-core YUM-UTILS(1)
2
3
4
6 yum-utils - classic YUM utilities implemented as CLI shims on top of
7 DNF
8
9 The main purpose of these shims is ensuring backward compatibility with
10 yum-3.
11
13 debuginfo-install(1)
14 Install the associated debuginfo packages for a given package
15 specification. Maps to dnf debuginfo-install.
16
17 needs-restarting(1)
18 Check for running processes that should be restarted. Maps to
19 dnf needs-restarting.
20
21 find-repos-of-install
22 Report which repository the package was installed from. Part of
23 core DNF functionality. Maps to dnf list --installed. See List
24 Command in dnf(8) for details.
25
26 package-cleanup(1)
27 Clean up locally installed, duplicate, or orphaned packages.
28
29 repo-graph(1)
30 Output a full package dependency graph in dot format. Maps to
31 dnf repograph.
32
33 repoclosure(1)
34 Display a list of unresolved dependencies for repositories.
35 Maps to dnf repoclosure.
36
37 repodiff(1)
38 Display a list of differences between two or more repositories.
39 Maps to dnf repodiff.
40
41 repomanage(1)
42 Manage a directory of rpm packages. Maps to dnf repomanage.
43
44 repoquery
45 Searches the available DNF repositories for selected packages
46 and displays the requested information about them. Part of core
47 DNF functionality. Maps to dnf repoquery. See Repoquery Com‐
48 mand in dnf(8) for details.
49
50 reposync(1)
51 Synchronize packages of a remote DNF repository to a local di‐
52 rectory. Maps to dnf reposync.
53
54 repotrack
55 Track packages and its dependencies and download them. Maps to
56 yumdownloader --resolve --alldeps. See yumdownloader(1) for de‐
57 tails.
58
59 yum-builddep(1)
60 Install whatever is needed to build the given .src.rpm,
61 .nosrc.rpm or .spec file. Maps to dnf builddep.
62
63 yum-config-manager(1)
64 Manage main DNF configuration options, toggle which repositories
65 are enabled or disabled, and add new repositories. Maps to dnf
66 config-manager.
67
68 yum-debug-dump(1)
69 Writes system RPM configuration to a dump file. Maps to dnf de‐
70 bug-dump.
71
72 yum-debug-restore(1)
73 Restores system RPM configuration from a dump file. Maps to dnf
74 debug-restore.
75
76 yumdownloader(1)
77 Download binary or source packages. Maps to dnf download.
78
80 See AUTHORS in your Core DNF Plugins distribution
81
83 2021, Red Hat, Licensed under GPLv2+
84
85
86
87
884.0.24 Oct 21, 2021 YUM-UTILS(1)