dnf5-changelog - Man Page
Changelog Command
Synopsis
dnf5 changelog [options] [<package-spec-NI>...]
Description
Show package changelogs.
Options
- --since=<YYYY-MM-DD>
Show only changelog entries since YYYY-MM-DD 00:00:00 UTCā.
- --count=VALUE
Limit the number of changelog entries shown per package to VALUEā.
- --upgrades
Show only new changelog entries for packages that provide upgrades for already installed packages.
Examples
- dnf5 changelog --since=2023-04-01
Display changelog entries since April 1, 2023 for all packages.
- dnf5 changelog --count=5 bash
Display the 3 latest changelogs for the bash package.
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.
Referenced By
The man page dnf-changelog(8) is an alias of dnf5-changelog(8).
Aug 21, 2026 dnf5