How to Install and Uninstall python3-glanceclient.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "python3-glanceclient.noarch" package

This guide let you learn how to install python3-glanceclient.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-glanceclient.noarch" package

Please follow the instructions below to uninstall python3-glanceclient.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-glanceclient.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:45:21 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-glanceclient
Epoch : 1
Version : 4.3.0
Release : 3.el9
Architecture : noarch
Size : 149 k
Source : python-glanceclient-4.3.0-3.el9.src.rpm
Repository : epel
Summary : Python API and CLI for OpenStack Glance
URL : https://launchpad.net/python-glanceclient
License : ASL 2.0
Description :
: This is a client for the OpenStack Glance API. There's a Python API (the
: glanceclient module), and a command-line script (glance). Each implements
: 100% of the OpenStack Glance API.