659 B
659 B
dnf changelog
View the changelogs for a given package. Not default to
dnfbut supported viadnf-plugins-core. See also:dnf. More information: https://dnf-plugins-core.readthedocs.io/en/latest/changelog.html.
- View all changelogs for a given package:
dnf changelog {{package}}
- View all changelogs for a given package after a specified date:
dnf changelog --since {{date}} {{package}}
- View the last
nnumber of changelogs for a given package:
dnf changelog --count {{number}} {{package}}
- Show only new items for upgradeable packages:
dnf changelog --upgrades {{package}}
- Display help:
dnf changelog --help-cmd