dnf5-changelog - Man Page
Changelog Command
Synopsis
dnf5 changelog [options] [<package-spec>...]
Description
Show package changelogs.
Options
- --since=DATE
Show only changelog entries since DATE. YYYY-MM-DD date format is expected.
- --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.
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).
Sep 20, 2024 dnf5