How to Install and Uninstall python3-os-client-config.noarch Package on Fedora 36

Last updated: November 28,2024

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

Please follow the guidance below to install python3-os-client-config.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-os-client-config.noarch package on Fedora 36

Last metadata expiration check: 0:56:10 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-os-client-config
Version : 2.1.0
Release : 6.fc36
Architecture : noarch
Size : 54 k
Source : python-os-client-config-2.1.0-6.fc36.src.rpm
Repository : fedora
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