How to Install and Uninstall python3-keystoneauth1.noarch Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "python3-keystoneauth1.noarch" package

Please follow the guidelines below to install python3-keystoneauth1.noarch on Rocky Linux 9

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

2. Uninstall "python3-keystoneauth1.noarch" package

This is a short guide on how to uninstall python3-keystoneauth1.noarch on Rocky Linux 9:

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

3. Information about the python3-keystoneauth1.noarch package on Rocky Linux 9

Last metadata expiration check: 0:50:54 ago on Fri Feb 16 06:49:52 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.