rpm: add --changelog example (#8176)

This commit is contained in:
Muhammad Falak R Wani
2022-07-10 10:45:34 +05:30
committed by GitHub
parent 5384a4f3a0
commit 6479bdea05

View File

@@ -30,3 +30,7 @@
- Show changed, missing and/or incorrectly installed files of matching packages:
`rpm --verify --all '{{php-*}}'`
- Display the changelog of a specific package:
`rpm --query --changelog {{package_name}}`