How to Install and Uninstall python3-oslo-config.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-oslo-config.noarch" package

This guide covers the steps necessary to install python3-oslo-config.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-oslo-config.noarch

2. Uninstall "python3-oslo-config.noarch" package

Please follow the guidelines below to uninstall python3-oslo-config.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-oslo-config.noarch $ sudo dnf autoremove

3. Information about the python3-oslo-config.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:14:44 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-oslo-config
Epoch : 2
Version : 9.1.1
Release : 2.el9
Architecture : noarch
Size : 218 k
Source : python-oslo-config-9.1.1-2.el9.src.rpm
Repository : epel
Summary : OpenStack common configuration library
URL : https://launchpad.net/oslo.config
License : ASL 2.0
Description : The Oslo project intends to produce a python library containing
: infrastructure code shared by OpenStack projects. The APIs provided
: by the project should be high quality, stable, consistent and generally
: useful.
:
: The oslo-config library is a command line and configuration file
: parsing library from the Oslo project.