How to Install and Uninstall rpmdevtools.src Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "rpmdevtools.src" package

This tutorial shows how to install rpmdevtools.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rpmdevtools.src

2. Uninstall "rpmdevtools.src" package

This guide let you learn how to uninstall rpmdevtools.src on Oracle Linux 8:

$ sudo dnf remove rpmdevtools.src $ sudo dnf autoremove

3. Information about the rpmdevtools.src package on Oracle Linux 8

Last metadata expiration check: 3:29:04 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rpmdevtools
Version : 8.10
Release : 8.0.1.el8
Architecture : src
Size : 128 k
Source : None
Repository : ol8_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
: 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.