mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
Fix TLDR lint issues
This commit is contained in:
parent
4192235e41
commit
17fb4fc1bc
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# rpm
|
# rpm
|
||||||
|
|
||||||
> RPM Package Manager
|
> RPM Package Manager.
|
||||||
|
|
||||||
- Show version of httpd package:
|
- Show version of httpd package:
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
`rpm -qlc {{httpd}}`
|
`rpm -qlc {{httpd}}`
|
||||||
`rpm -qld {{httpd}}`
|
`rpm -qld {{httpd}}`
|
||||||
|
|
||||||
- show contents of an RPM file:
|
- Show contents of an RPM file:
|
||||||
|
|
||||||
`rpm -qlp {{some.rpm}}`
|
`rpm -qlp {{some.rpm}}`
|
||||||
|
|
||||||
|
@ -31,11 +31,11 @@
|
||||||
|
|
||||||
`rpm -qp --scripts {{some.rpm}}`
|
`rpm -qp --scripts {{some.rpm}}`
|
||||||
|
|
||||||
- Show capabilities provided by an RPM file
|
- Show capabilities provided by an RPM file:
|
||||||
|
|
||||||
`rpm -qp --provides {{some.rpm}}`
|
`rpm -qp --provides {{some.rpm}}`
|
||||||
|
|
||||||
- Show capabilities needed by an RPM file
|
- Show capabilities needed by an RPM file:
|
||||||
|
|
||||||
`rpm -qp --requires {{some.rpm}}`
|
`rpm -qp --requires {{some.rpm}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue