How to Install and Uninstall python3-os-client-config.noarch Package on CentOS Stream 9

Last updated: November 28,2024

1. Install "python3-os-client-config.noarch" package

This is a short guide on how to install python3-os-client-config.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-os-client-config.noarch

2. Uninstall "python3-os-client-config.noarch" package

Here is a brief guide to show you how to uninstall python3-os-client-config.noarch on CentOS Stream 9:

$ sudo dnf remove python3-os-client-config.noarch $ sudo dnf autoremove

3. Information about the python3-os-client-config.noarch package on CentOS Stream 9

Last metadata expiration check: 0:45:18 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-os-client-config
Version : 2.1.0
Release : 9.el9
Architecture : noarch
Size : 54 k
Source : python-os-client-config-2.1.0-9.el9.src.rpm
Repository : epel
Summary : OpenStack Client Configuration Library
URL : https://github.com/openstack/os-client-config
License : ASL 2.0
Description :
: The os-client-config is a library for collecting client configuration for
: using an OpenStack cloud in a consistent and comprehensive manner. It
: will find cloud config for as few as 1 cloud and as many as you want to
: put in a config file. It will read environment variables and config files,
: and it also contains some vendor specific default values so that you don't
: have to know extra info to use OpenStack
:
: * If you have a config file, you will get the clouds listed in it
: * If you have environment variables, you will get a cloud named `envvars`
: * If you have neither, you will get a cloud named `defaults` with base defaults