How to Install and Uninstall python3-os-client-config Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install python3-os-client-config on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-os-client-config

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

This guide let you learn how to uninstall python3-os-client-config on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-os-client-config $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-os-client-config package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-os-client-config
Priority: optional
Section: universe/python
Installed-Size: 213
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-os-client-config
Version: 1.16.0-0ubuntu1
Depends: python3-keystoneauth1 (>= 2.1.0), python3-pbr, python3-requestsexceptions (>= 1.1.1), python3-yaml, python3-appdirs, python3:any (>= 3.3.2-2~)
Suggests: python-os-client-config-doc
Filename: pool/universe/p/python-os-client-config/python3-os-client-config_1.16.0-0ubuntu1_all.deb
Size: 32642
MD5sum: 9eec75b0331f2e1687a2f8b3080b1450
SHA1: aa4d7f64c71ee6a7c25c26457497366f3db10f4e
SHA256: 54dcaf217ef3b1c77eae021bb423d2e92baea8f88fe540546767a519dac1724a
Description-en: OpenStack client configuation library - Python 3.x
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
.
os-client-config honors all of the normal OS_* variables. It does not provide
backwards compatibility to service-specific variables such as NOVA_USERNAME.
.
If you have environment variables and no config files, os-client-config will
produce a cloud config object named "openstack" containing your values from
the environment.
.
This package contains the Python 3.x module.
Description-md5: 7cbc361ea383da830507da2caca01d03
Homepage: http://github.com/stackforge/os-client-config
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu