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

Last updated: September 20,2024

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

Please follow the step by step instructions below to install python3-os-client-config.noarch on Fedora 35

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

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

Please follow the steps below to uninstall python3-os-client-config.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:09:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-os-client-config
Version : 2.1.0
Release : 5.fc35
Architecture : noarch
Size : 55 k
Source : python-os-client-config-2.1.0-5.fc35.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