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

Last updated: October 07,2024

1. Install "python3-os-service-types.noarch" package

In this section, we are going to explain the necessary steps to install python3-os-service-types.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-os-service-types.noarch

2. Uninstall "python3-os-service-types.noarch" package

This tutorial shows how to uninstall python3-os-service-types.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-os-service-types.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:10:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-os-service-types
Version : 1.7.0
Release : 13.el9
Architecture : noarch
Size : 37 k
Source : python-os-service-types-1.7.0-13.el9.src.rpm
Repository : epel
Summary : Python library for consuming OpenStack sevice-types-authority data
URL : http://www.openstack.org/
License : ASL 2.0
Description :
: OsServiceTypes is a Python library for consuming OpenStack sevice-types-authority data
: The OpenStack Service Types Authority contains information about official
: OpenStack services and their historical service-type aliases.
: The data is in JSON and the latest data should always be used. This simple
: library exists to allow for easy consumption of the data, along with a built-in
: version of the data to use in case network access is for some reason not possible
: and local caching of the fetched data.