How to Install and Uninstall python3-oslo-config.noarch Package on AlmaLinux 9

Last updated: October 05,2024

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

Please follow the steps below to install python3-oslo-config.noarch on AlmaLinux 9

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

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

Please follow the step by step instructions below to uninstall python3-oslo-config.noarch on AlmaLinux 9:

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

3. Information about the python3-oslo-config.noarch package on AlmaLinux 9

Last metadata expiration check: 0:19:34 ago on Wed Mar 13 07:41:12 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.