DNF5-CHANGELOG(8) | dnf5 | DNF5-CHANGELOG(8) |
NAME¶
dnf5-changelog - 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.
September 23, 2024 |