Scroll to navigation

DNF5-DEBUGINFO-INSTALL(8) dnf5 DNF5-DEBUGINFO-INSTALL(8)

NAME

dnf5-debuginfo-install - Debuginfo-Install Command

SYNOPSIS

dnf5 debuginfo-install [options] <package-spec-NPFB>...

DESCRIPTION

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 -rpm then it enables <ID>-debug-rpms. When enabled repository does not have suffix -rpm it enables repository using pattern <ID>-debuginfo.

When regular upgrade of debuginfo packages is expected, then it requires enabling of debug repository permanently using config-manager command.

OPTIONS

Allow removing of installed packages to resolve any potential dependency problems.

Resolve any dependency problems by removing packages that are causing problems from the transaction.

Allow skipping packages that are not available in repositories. All available packages will be installed.


Store the transaction to be performed offline. See offline command <#offline-command-ref-label>, dnf5-offline(8).

Store the current transaction in a directory at the specified PATH instead of running it.
The stored transaction can be performed by the replay command <#replay-command-ref-label>, dnf5-replay(8).
Note that repository ids in the stored transaction are mangled to @stored_transaction(repo_id) this is required
because during replaying the stored repositories are recreated and they might collide with already present repositories
(this doesn't apply to the special @System repository).


EXAMPLES

Install the debuginfo packages for the foobar package.
Upgrade debuginfo package of a <package-name>.
Upgrade all debuginfo packages.

SEE ALSO

dnf5-specs(7), Patterns specification <#specs-misc-ref-label>



Author

See AUTHORS.md in dnf5 source distribution.

Copyright

Contributors to the dnf5 project.

June 6, 2026