How to Install and Uninstall python3-keystoneauth1 Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-keystoneauth1" package

Please follow the instructions below to install python3-keystoneauth1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-keystoneauth1

2. Uninstall "python3-keystoneauth1" package

In this section, we are going to explain the necessary steps to uninstall python3-keystoneauth1 on openSUSE Leap:

$ sudo zypper remove python3-keystoneauth1

3. Information about the python3-keystoneauth1 package on openSUSE Leap

Information for package python3-keystoneauth1:
----------------------------------------------
Repository : Main Repository
Name : python3-keystoneauth1
Version : 4.0.0-9.3.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.8 MiB
Installed : No
Status : not installed
Source package : python-keystoneauth1-4.0.0-9.3.6.src
Upstream URL : https://launchpad.net/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.