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

Last updated: September 30,2024

1. Install "python3-novaclient.noarch" package

In this section, we are going to explain the necessary steps to install python3-novaclient.noarch on CentOS Stream 9

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

2. Uninstall "python3-novaclient.noarch" package

This is a short guide on how to uninstall python3-novaclient.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 2:05:56 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-novaclient
Epoch : 1
Version : 18.3.0
Release : 3.el9
Architecture : noarch
Size : 220 k
Source : python-novaclient-18.3.0-3.el9.src.rpm
Repository : epel
Summary : Python API and CLI for OpenStack Nova
URL : https://launchpad.net/python-novaclient
License : ASL 2.0
Description :
: This is a client for the OpenStack Nova API. There's a Python API (the
: novaclient module), and a command-line script (nova). Each implements 100% of
: the OpenStack Nova API.