rpm
RPM Package Manager.
=> More information.
- Show version of httpd package:
rpm -q {httpd}
- List versions of all matching packages:
rpm -qa '{mariadb*}'
- Forcibly install a package regardless of currently installed versions:
rpm -U {package_name.rpm} --force
- Identify owner of a file and show version of the package:
rpm -qf {/etc/postfix/main.cf}
- List package-owned files:
rpm -ql {kernel}
- Show scriptlets from an RPM file:
rpm -qp --scripts {package_name.rpm}
- Show changed, missing and/or incorrectly installed files of matching packages:
rpm -Va '{php-*}'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/rpm.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.949515 milliseconds
- Gemini-to-HTML Time
- 0.422825 milliseconds
This content has been proxied by September (ba2dc).