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

Last updated: May 16,2024

1. Install "python3-keystoneclient" package

This is a short guide on how to install python3-keystoneclient on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-keystoneclient

2. Uninstall "python3-keystoneclient" package

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

$ sudo apt remove python3-keystoneclient $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-keystoneclient
Priority: extra
Section: universe/python
Installed-Size: 1520
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-keystoneclient
Version: 1:2.3.1-2
Depends: python3-debtcollector, python3-iso8601, python3-keyring (>= 5.5.1), python3-keystoneauth1 (>= 2.1.0), python3-lxml, python3-oslo.config (>= 1:3.7.0), python3-oslo.i18n (>= 2.1.0), python3-oslo.serialization (>= 1.10.0), python3-oslo.utils (>= 3.5.0), python3-pbr (>= 1.8), python3-positional, python3-prettytable, python3-requests (>= 2.8.1), python3-six (>= 1.9.0), python3-stevedore (>= 1.5.0), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-keystoneclient/python3-keystoneclient_2.3.1-2_all.deb
Size: 181294
MD5sum: a8babee44257654dd74a288eef00270a
SHA1: 5d5fc4d843beebb15c91bf9152063868ce8abb2c
SHA256: 9e82691a632890cf25c8e439df514042397f5ccd42dcc2e79e48a160931a67a6
Description-en: client library for the OpenStack Keystone API - Python 3.x
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
.
This is a client for the OpenStack Keystone API. There's a Python API
(the "keystoneclient" module), and a command-line script ("keystone").
.
Installing this package gets you a shell command, that you can use to
interact with Keystone's API. Note that the "keystone" command line is
currently deprecated in favor of the "openstack" one available within
the "python3-openstackclient" package.
.
This package contains the Python 3.x module.
Description-md5: d7d611f8448a2f60f9b1bf54079c4c7b
Homepage: https://github.com/openstack/python-keystoneclient
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu