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

Last updated: October 06,2024

1. Install "python3-novaclient.noarch" package

Here is a brief guide to show you how to install python3-novaclient.noarch on AlmaLinux 9

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

2. Uninstall "python3-novaclient.noarch" package

Please follow the instructions below to uninstall python3-novaclient.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:17:14 ago on Wed Mar 13 07:41:12 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.