.\" Man page generated from reStructuredText .\" by the Docutils 0.22.4 manpage writer. . . .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 "DNF5-DEBUGINFO-INSTALL" "8" "May 23, 2026" "" "dnf5" .SH NAME dnf5-debuginfo-install \- Debuginfo-Install Command .SH SYNOPSIS .sp \fBdnf5 debuginfo\-install [options] ...\fP .SH DESCRIPTION .sp Install the associated debuginfo packages for a given package specification. The command temporary enables corresponding debug repository for each enabled repository using following algorithm. When enabled repository ID has suffix \fI\-rpm\fP then it enables \-debug\-rpms. When enabled repository does not have suffix \fI\-rpm\fP it enables repository using pattern \-debuginfo. .sp When regular upgrade of debuginfo packages is expected, then it requires enabling of debug repository permanently using \fIconfig\-manager\fP command. .SH OPTIONS .INDENT 0.0 .TP .B \fB\-\-allowerasing\fP .nf Allow removing of installed packages to resolve any potential dependency problems. .fi .sp .TP .B \fB\-\-skip\-broken\fP .nf Resolve any dependency problems by removing packages that are causing problems from the transaction. .fi .sp .TP .B \fB\-\-skip\-unavailable\fP .nf Allow skipping packages that are not available in repositories. All available packages will be installed. .fi .sp .UNINDENT .INDENT 0.0 .TP .B \fB\-\-offline\fP .nf Store the transaction to be performed offline. See offline command \%<#\:offline-command-ref-label>, \fBdnf5\-offline(8)\fP\&. .fi .sp .TP .B \fB\-\-store=PATH\fP .nf Store the current transaction in a directory at the specified \fBPATH\fP instead of running it. The stored transaction can be performed by the replay command \%<#\:replay-command-ref-label>, \fBdnf5\-replay(8)\fP\&. Note that repository ids in the stored transaction are mangled to \fB@stored_transaction(repo_id)\fP this is required because during replaying the stored repositories are recreated and they might collide with already present repositories (this doesn\(aqt apply to the special @System repository). .fi .sp .UNINDENT .SH EXAMPLES .INDENT 0.0 .TP .B \fBdnf debuginfo\-install foobar\fP Install the debuginfo packages for the foobar package. .TP .B \fBdnf upgrade \-\-enablerepo=*\-debuginfo \-debuginfo\fP Upgrade debuginfo package of a . .TP .B \fBdnf upgrade \-\-enablerepo=*\-debuginfo \(dq*\-debuginfo\(dq\fP Upgrade all debuginfo packages. .UNINDENT .SH SEE ALSO .INDENT 0.0 .INDENT 3.5 .nf \fBdnf5\-specs(7)\fP, Patterns specification \%<#\:specs-misc-ref-label> .fi .sp .UNINDENT .UNINDENT .SH Author See AUTHORS.md in dnf5 source distribution. .SH Copyright Contributors to the dnf5 project. .\" End of generated man page.