How to Install and Uninstall python3-rdopkg.noarch Package on Oracle Linux 9

Last updated: January 13,2025

1. Install "python3-rdopkg.noarch" package

In this section, we are going to explain the necessary steps to install python3-rdopkg.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-rdopkg.noarch

2. Uninstall "python3-rdopkg.noarch" package

Please follow the steps below to uninstall python3-rdopkg.noarch on Oracle Linux 9:

$ sudo dnf remove python3-rdopkg.noarch $ sudo dnf autoremove

3. Information about the python3-rdopkg.noarch package on Oracle Linux 9

Last metadata expiration check: 1:38:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-rdopkg
Version : 1.7.0
Release : 1.el9
Architecture : noarch
Size : 151 k
Source : rdopkg-1.7.0-1.el9.src.rpm
Repository : epel
Summary : RPM packaging automation tool
URL : https://github.com/softwarefactory-project/rdopkg/
License : ASL 2.0
Description : rdopkg is a tool for automating RPM packaging tasks such as managing patches,
: updating to a new version and much more.
:
: Although it contains several RDO-specific actions, most of rdopkg
: functionality can be used for any RPM package following conventions
: described in the rdopkg manual.