How to Install and Uninstall python3-keystoneauth1.noarch Package on CentOS Stream 9

Last updated: October 13,2024

1. Install "python3-keystoneauth1.noarch" package

Please follow the instructions below to install python3-keystoneauth1.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-keystoneauth1.noarch

2. Uninstall "python3-keystoneauth1.noarch" package

Learn how to uninstall python3-keystoneauth1.noarch on CentOS Stream 9:

$ sudo dnf remove python3-keystoneauth1.noarch $ sudo dnf autoremove

3. Information about the python3-keystoneauth1.noarch package on CentOS Stream 9

Last metadata expiration check: 1:39:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-keystoneauth1
Version : 5.1.2
Release : 4.el9
Architecture : noarch
Size : 412 k
Source : python-keystoneauth1-5.1.2-4.el9.src.rpm
Repository : epel
Summary : Authentication Libarary for OpenStack Identity
URL : https://pypi.io/pypi/keystoneauth1
License : ASL 2.0
Description :
: Keystoneauth provides a standard way to do authentication and service requests
: within the OpenStack ecosystem. It is designed for use in conjunction with
: the existing OpenStack clients and for simplifying the process of writing
: new clients.