diff options
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/dnf-debug.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/dnf-debug.8 | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/dnf-debug.8 b/upstream/opensuse-leap-15-6/man8/dnf-debug.8 new file mode 100644 index 00000000..b13e2448 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man8/dnf-debug.8 @@ -0,0 +1,107 @@ +.\" Man page generated from reStructuredText. +. +.TH "DNF-DEBUG" "8" "Nov 03, 2021" "4.0.24" "dnf-plugins-core" +.SH NAME +dnf-debug \- DNF debug Plugin +. +.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 +.. +.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 +2021, Red Hat, Licensed under GPLv2+ +.\" Generated by docutils manpage writer. +. |