How to Install and Uninstall python3-keystoneclient Package on Kali Linux

Last updated: September 21,2024

1. Install "python3-keystoneclient" package

Learn how to install python3-keystoneclient on Kali Linux

$ sudo apt update $ sudo apt install python3-keystoneclient

2. Uninstall "python3-keystoneclient" package

This tutorial shows how to uninstall python3-keystoneclient on Kali Linux:

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

3. Information about the python3-keystoneclient package on Kali Linux

Package: python3-keystoneclient
Source: python-keystoneclient
Version: 1:5.2.0-2
Installed-Size: 1564
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-debtcollector, python3-keyring, python3-keystoneauth1, python3-lxml, python3-oslo.config, python3-oslo.i18n, python3-oslo.serialization, python3-oslo.utils, python3-packaging, python3-pbr, python3-requests, python3-six (>= 1.10.0), python3-stevedore, python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any
Size: 199592
SHA256: 20ad6557cb0be92b42c6d8ab54db54cdd44993b1eee4736eed1348a7aab2d753
SHA1: fe8bea8be698af47bc9fc73e70d91e7735fea708
MD5sum: 5a1bb126d491a262501feab2ca01e3cb
Description: 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:
Homepage: https://github.com/openstack/python-keystoneclient
Tag: admin::virtualization, implemented-in::python, interface::shell,
role::program, role::shared-lib, suite::openstack, system::cloud,
system::virtual
Section: python
Priority: optional
Filename: pool/main/p/python-keystoneclient/python3-keystoneclient_5.2.0-2_all.deb