diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/fedora-rawhide/man8/dnf-debug.8 | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/fedora-rawhide/man8/dnf-debug.8')
-rw-r--r-- | upstream/fedora-rawhide/man8/dnf-debug.8 | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/upstream/fedora-rawhide/man8/dnf-debug.8 b/upstream/fedora-rawhide/man8/dnf-debug.8 deleted file mode 100644 index e794ec80..00000000 --- a/upstream/fedora-rawhide/man8/dnf-debug.8 +++ /dev/null @@ -1,107 +0,0 @@ -.\" 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 "DNF-DEBUG" "8" "Feb 08, 2024" "4.5.0" "dnf-plugins-core" -.SH NAME -dnf-debug \- DNF debug Plugin -.SH DESCRIPTION -.sp -The plugin provides two dnf commands: -.INDENT 0.0 -.TP -.B \fBdebug\-dump\fP -Writes system RPM configuration to a dump file -.TP -.B \fBdebug\-restore\fP -Restore the installed packages to the versions written in the dump file. By -default, it does not remove already installed versions of install\-only -packages and only marks those versions that are mentioned in the dump file -for installation. The final decision on which versions to keep on the -system is left to dnf and can be fine\-tuned using the \fIinstallonly_limit\fP -(see \fBdnf.conf(5)\fP) configuration option. -.UNINDENT -.sp -\fBNOTE:\fP -.INDENT 0.0 -.INDENT 3.5 -DNF and Yum debug files are not compatible and thus can\(aqt be used -by the other program. -.UNINDENT -.UNINDENT -.SH SYNOPSIS -.sp -\fBdnf debug\-dump [\-\-norepos] [<filename>]\fP -.sp -\fBdnf debug\-restore [\-\-output] [\-\-install\-latest] [\-\-ignore\-arch] -[\-\-filter\-types = [install,remove,replace]] <filename>\fP -.SH ARGUMENTS -.INDENT 0.0 -.TP -.B \fB<filename>\fP -File to write dump to or read from. -.UNINDENT -.SH OPTIONS -.sp -All general DNF options are accepted, see \fIOptions\fP in \fBdnf(8)\fP for details. -.sp -\fBdnf debug\-dump\fP -.INDENT 0.0 -.TP -.B \fB\-\-norepos\fP -Do not dump content of enabled repos. -.UNINDENT -.sp -\fBdnf debug\-restore\fP -.INDENT 0.0 -.TP -.B \fB\-\-filter\-types=[install,remove,replace]\fP -Limit package changes to specified type. -.TP -.B \fB\-\-ignore\-arch\fP -When installing package ignore architecture and install missing packages -matching the name, epoch, version and release. -.TP -.B \fB\-\-install\-latest\fP -When installing use the latest package of the same name and architecture. -.TP -.B \fB\-\-output\fP -Only output list of packages which will be installed or removed. -No actuall changes are done. -.TP -.B \fB\-\-remove\-installonly\fP -Allow removal of install\-only packages. Using this option may result in an -attempt to remove the running kernel version (in situations when the currently -running kernel version is not part of the dump file). -.UNINDENT -.SH AUTHOR -See AUTHORS in your Core DNF Plugins distribution -.SH COPYRIGHT -2024, Red Hat, Licensed under GPLv2+ -.\" Generated by docutils manpage writer. -. |