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

Last updated: September 25,2024

1. Install "python3-glanceclient.noarch" package

This tutorial shows how to install python3-glanceclient.noarch on CentOS Stream 9

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

2. Uninstall "python3-glanceclient.noarch" package

This guide covers the steps necessary to uninstall python3-glanceclient.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 1:46:02 ago on Sat Mar 16 16:03:45 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.