How to Install and Uninstall python3-importlib-metadata.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "python3-importlib-metadata.noarch" package

Please follow the guidance below to install python3-importlib-metadata.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-importlib-metadata.noarch

2. Uninstall "python3-importlib-metadata.noarch" package

Here is a brief guide to show you how to uninstall python3-importlib-metadata.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-importlib-metadata.noarch $ sudo dnf autoremove

3. Information about the python3-importlib-metadata.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:51:04 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-importlib-metadata
Version : 0.23
Release : 1.el8
Architecture : noarch
Size : 41 k
Source : python-importlib-metadata-0.23-1.el8.src.rpm
Repository : epel
Summary : Read metadata from Python packages
URL : http://importlib-metadata.readthedocs.io/
License : ASL 2.0
Description : importlib_metadata is a library which provides an API for accessing an
: installed package’s metadata, such as its entry points or its top-level name.
: This functionality intends to replace most uses of pkg_resources entry point
: API and metadata API. Along with importlib.resources in Python 3.7 and newer
: (backported as importlib_resources for older versions of Python), this can
: eliminate the need to use the older and less efficient pkg_resources package.