How to Install and Uninstall rpmdevtools.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "rpmdevtools.noarch" package

Please follow the steps below to install rpmdevtools.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rpmdevtools.noarch

2. Uninstall "rpmdevtools.noarch" package

This is a short guide on how to uninstall rpmdevtools.noarch on Rocky Linux 9:

$ sudo dnf remove rpmdevtools.noarch $ sudo dnf autoremove

3. Information about the rpmdevtools.noarch package on Rocky Linux 9

Last metadata expiration check: 2:27:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rpmdevtools
Version : 9.5
Release : 1.el9
Architecture : noarch
Size : 75 k
Source : rpmdevtools-9.5-1.el9.src.rpm
Repository : appstream
Summary : RPM Development Tools
URL : https://pagure.io/rpmdevtools
License : GPLv2+ and GPLv2
Description : This package contains scripts and (X)Emacs support files to aid in
: development of RPM packages.
: rpmdev-setuptree Create RPM build tree within user's home directory
: rpmdev-diff Diff contents of two archives
: rpmdev-newspec Creates new .spec from template
: rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs
: rpmdev-checksig Check package signatures using alternate RPM keyring
: rpminfo Print information about executables and libraries
: rpmdev-md5/sha* Display checksums of all files in an archive file
: rpmdev-vercmp RPM version comparison checker
: rpmdev-spectool Expand and download sources and patches in specfiles
: rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree
: rpmdev-extract Extract various archives, "tar xvf" style
: rpmdev-bumpspec Bump revision in specfile
: ...and many more.