3.2. Listing RPM packaging tool’s utilities
The following procedure describes how to list the utilities provided by the rpmdevtools
package.
Conditions préalables
You installed the
rpmdevtools
package, which provides several utilities for packaging RPMs:dnf install rpmdevtools
# dnf install rpmdevtools
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Procédure
List RPM packaging tool’s utilities:
rpm -ql rpmdevtools | grep bin
$ rpm -ql rpmdevtools | grep bin
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
For more information on the above utilities, see their manual pages or help dialogs.