Linux command
dnf-changelog 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
dnf changelog [package]
Example
dnf changelog --since [date] [package]
Example
dnf changelog --count [number] [package]
Example
dnf changelog --upgrades [package]
说明
dnf changelog displays package changelogs, which document changes, bug fixes, and security updates included in package versions. It's part of dnf-plugins-core and requires that plugin to be installed. Changelogs are maintained by package maintainers and provide insight into what has changed between versions. This is particularly useful before upgrading to review security fixes, new features, or bug corrections. You can filter changelogs by date or count to focus on recent changes, or use --upgrades to see only what's new in available updates compared to your installed version.
参数
- --since _date_
- Show entries after specified date
- --count _n_
- Show last n entries
- --upgrades
- Show only new entries for available upgrades
- --help-cmd
- Display help
FAQ
What is the dnf-changelog command used for?
dnf changelog displays package changelogs, which document changes, bug fixes, and security updates included in package versions. It's part of dnf-plugins-core and requires that plugin to be installed. Changelogs are maintained by package maintainers and provide insight into what has changed between versions. This is particularly useful before upgrading to review security fixes, new features, or bug corrections. You can filter changelogs by date or count to focus on recent changes, or use --upgrades to see only what's new in available updates compared to your installed version.
How do I run a basic dnf-changelog example?
Run `dnf changelog [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --since _date_ do in dnf-changelog?
Show entries after specified date