How to Install and Uninstall python3-keystoneauth1.noarch Package on Fedora 34

Last updated: April 29,2024

1. Install "python3-keystoneauth1.noarch" package

In this section, we are going to explain the necessary steps to install python3-keystoneauth1.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the python3-keystoneauth1.noarch package on Fedora 34

Last metadata expiration check: 0:17:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-keystoneauth1
Version : 4.2.1
Release : 3.fc34
Architecture : noarch
Size : 407 k
Source : python-keystoneauth1-4.2.1-3.fc34.src.rpm
Repository : fedora
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.