diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/mageia-cauldron/man8/yum.8 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man8/yum.8')
-rw-r--r-- | upstream/mageia-cauldron/man8/yum.8 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/upstream/mageia-cauldron/man8/yum.8 b/upstream/mageia-cauldron/man8/yum.8 index 1d8db905..92d44753 100644 --- a/upstream/mageia-cauldron/man8/yum.8 +++ b/upstream/mageia-cauldron/man8/yum.8 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "YUM" "8" "Jan 30, 2024" "4.18.2" "DNF" +.TH "YUM" "8" "Apr 13, 2024" "4.19.2" "DNF" .SH NAME yum \- redirecting to DNF Command Reference .SH SYNOPSIS @@ -565,13 +565,10 @@ Aliases for \fI\%explicit NEVRA matching\fP: \fBautoremove\-n\fP, \fBautoremove\ \fBdnf [options] autoremove\fP .INDENT 0.0 .INDENT 3.5 -Removes all \(dqleaf\(dq packages from the system that were originally installed as dependencies of user\-installed packages, but which are no longer required by any such package. +Removes all packages from the system that were originally installed as dependencies of user\-installed packages, but which are no longer required by any such package. .UNINDENT .UNINDENT .sp -Packages listed in \fI\%installonlypkgs\fP are never automatically removed by -this command. -.sp \fBdnf [options] autoremove <spec>...\fP .INDENT 0.0 .INDENT 3.5 @@ -874,8 +871,8 @@ Uses the last transaction (with the highest ID) if more than one transaction for the current state of RPMDB, it will not undo the transaction. .TP .B \fBdnf history userinstalled\fP -Show all installonly packages, packages installed outside of DNF and packages not -installed as dependency. I.e. it lists packages that will stay on the system when +Show all packages installed by user, installed from a group or a module profile, and packages +installed outside of DNF. I.e. it lists packages that will stay on the system when \fI\%Autoremove Command\fP or \fI\%Remove Command\fP along with \fIclean_requirements_on_remove\fP configuration option set to True is executed. Note the same results can be accomplished with \fBdnf repoquery \-\-userinstalled\fP, and the repoquery @@ -1044,9 +1041,10 @@ expired yet or when the metadata timestamp hasn\(aqt changed). .TP .B \fBdnf [options] makecache \-\-timer\fP Like plain \fBmakecache\fP, but instructs DNF to be more resource\-aware, -meaning it will not do anything if running on battery power and will terminate +meaning it will not do anything if running on battery power, it will terminate immediately if it\(aqs too soon after the last successful \fBmakecache\fP run -(see \fBdnf.conf(5)\fP, \fI\%metadata_timer_sync\fP). +(see \fBdnf.conf(5)\fP, \fI\%metadata_timer_sync\fP), and if the first mirror in a repository mirrorlist fails, +it will not try to synchronize the metadata from more mirrors for that repository. .UNINDENT .SS Mark Command .nf |