How to Install and Uninstall python3-keystoneauth1 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python3-keystoneauth1" package

This guide let you learn how to install python3-keystoneauth1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-keystoneauth1

2. Uninstall "python3-keystoneauth1" package

Learn how to uninstall python3-keystoneauth1 on openSuSE Tumbleweed:

$ sudo zypper remove python3-keystoneauth1

3. Information about the python3-keystoneauth1 package on openSuSE Tumbleweed

Information for package python3-keystoneauth1:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-keystoneauth1
Version : 5.2.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 4.0 MiB
Installed : No
Status : not installed
Source package : python-keystoneauth1-5.2.1-1.3.src
Upstream URL : https://docs.openstack.org/keystoneauth
Summary : OpenStack authenticating tools
Description :
Tools for authenticating to an OpenStack-based cloud. These tools include:
* Authentication plugins (password, token, and federation based)
* Discovery mechanisms to determine API version support
* A session that is used to maintain client settings across requests
(based on the requests Python library)
This package contains the Python 3.x module.