powervcrpm Command
Purpose
The powervcrpm command is used to view the details of the Red Hat® Package Manager (RPM) package management utility.
Syntax
powervcrpm [-h] [show][info][files][owner][whatrequires][scripts]
Description
The powervcrpm command is used to view the details of the RPM package utility.
Flags
| Item | Description |
|---|---|
| -h or --help | Displays help about the powervcrpm command. |
Positional arguments
| Items | Description |
|---|---|
| show | Specifies all installed RPM packages. |
| info | Specifies the detailed information about a package. |
| files | Specifies all files in a package. |
| owner | Specifies the package that owns a file. |
| whatrequires | Displays packages that require the specified package. |
| scripts | Displays install or uninstall scripts of a package. |
Examples
- To view the details of the OpesnStack ceilometer python libraries using
powervcrpm command, enter the following
command:
powervcrpm info python3-ceilometer - To view the packages that required the specified package, enter the following command:
powervcrpm whatrequires python3-ceilometer