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

Last updated: September 24,2024

1. Install "python3-novaclient.noarch" package

Please follow the instructions below to install python3-novaclient.noarch on Oracle Linux 9

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

2. Uninstall "python3-novaclient.noarch" package

Please follow the guidelines below to uninstall python3-novaclient.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:40:20 ago on Thu Feb 15 07:50:05 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.