How to Install and Uninstall python3-os-client-config.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the guidance below to install python3-os-client-config.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall python3-os-client-config.noarch on Oracle Linux 9:

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

3. Information about the python3-os-client-config.noarch package on Oracle Linux 9

Last metadata expiration check: 2:17:01 ago on Thu Feb 15 07:50:05 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