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

View DNF Changelog - Package Change Logs | Online Free DevTools by Hexmos

View package change logs with DNF changelog. Easily check updates and track changes in your Linux packages. Free online resource, no registration required.

dnf-changelog

View the changelogs for a given package. Not default to dnf but supported via dnf-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 n number 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

See Also