logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dnf4-changelog - DNF changelog Plugin

Arguments

<package-spec>
              Package specification for packages to display changelogs.

Author

       See AUTHORS in your Core DNF Plugins distribution

Description

changelog is a plugin for viewing package changelogs.

Examples

       Show changelogs for all packages since November 1, 2018:

          dnf changelog --since=2018-11-1

       Show 3 latest changelogs of package dnf:

          dnf changelog --count=3 dnf

       Show what is new in upgradable packages:

          dnf changelog --upgrades

Name

       dnf4-changelog - DNF changelog Plugin

Options

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

       --since=<date>
              Show  only  changelog  entries  since <date>. To avoid ambiguosity using YYYY-MM-DD date format is
              recommended.

       --count=<number>
              Show maximum of <number> changelog entries per package.

       --upgrades
              Show only new changelog entries for  packages,  that  provide  an  upgrade  for  some  of  already
              installed packages.

Synopsis

dnfchangelog[<options>]<package-spec>...

See Also