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

Last updated: October 06,2024

1. Install "python3-keystoneauth1.noarch" package

Please follow the steps below to install python3-keystoneauth1.noarch on Oracle 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 Oracle Linux 9:

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

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

Last metadata expiration check: 2:29:02 ago on Thu Feb 15 07:50:05 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.