mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 12:53:51 +02:00
Work towards 25/6 rule
Aim for 25 lines / 6 example limit. This also removes the problem of 2 commands per example by removing the relevant example altogether.
This commit is contained in:
parent
17fb4fc1bc
commit
442826f609
1 changed files with 0 additions and 21 deletions
|
@ -18,31 +18,10 @@
|
|||
|
||||
`rpm -ql {{kernel}}`
|
||||
|
||||
- List configuration, then only documentation files of httpd:
|
||||
|
||||
`rpm -qlc {{httpd}}`
|
||||
`rpm -qld {{httpd}}`
|
||||
|
||||
- Show contents of an RPM file:
|
||||
|
||||
`rpm -qlp {{some.rpm}}`
|
||||
|
||||
- Show scriptlets from an RPM file:
|
||||
|
||||
`rpm -qp --scripts {{some.rpm}}`
|
||||
|
||||
- Show capabilities provided by an RPM file:
|
||||
|
||||
`rpm -qp --provides {{some.rpm}}`
|
||||
|
||||
- Show capabilities needed by an RPM file:
|
||||
|
||||
`rpm -qp --requires {{some.rpm}}`
|
||||
|
||||
- Show changed, missing and/or incorrectly installed files of matching packages:
|
||||
|
||||
`rpm -Va '{{php-*}}'`
|
||||
|
||||
- Show metadata about a package's files "intended" properties:
|
||||
|
||||
`rpm --dump -q {{php-pear}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue