mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-27 14:53:38 +02:00
dnf changelog: add page (#17164)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
1228b2c838
commit
601db301dc
1 changed files with 26 additions and 0 deletions
26
pages/linux/dnf-changelog.md
Normal file
26
pages/linux/dnf-changelog.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue