1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 12:33:50 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`