Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

dnf4-debuginfo-install - DNF debuginfo-install Plugin

Arguments

<pkg-spec>
              The package to install the associated debuginfo package for.

Author

       See AUTHORS in your Core DNF Plugins distribution

Configuration

/etc/dnf/plugins/debuginfo-install.conf

       The minimal content of conf file should contain main sections with enabled and autoupdate parameter.

       autoupdate
              A boolean option which controls updates of debuginfo packages. If options is enabled and there are
              debuginfo  packages  installed  it  automatically  enables  all configured debuginfo repositories.
              (Disabled by default.)

Examples

dnfdebuginfo-installfoobar
              Install the debuginfo packages for the foobar package.

       dnfupgrade--enablerepo=*-debuginfo<package-name>-debuginfo
              Upgrade debuginfo package of a <package-name>.

       dnfupgrade--enablerepo=*-debuginfo"*-debuginfo"
              Upgrade all debuginfo packages.

Name

       dnf4-debuginfo-install - DNF debuginfo-install Plugin

       Install the associated debuginfo packages for a given package specification.

Options

       All general DNF options are accepted, see Options in dnf(8) for details.

Synopsis

dnfdebuginfo-install<pkg-spec>...

See Also