How to Install and Uninstall python3-importlib-metadata.noarch Package on Oracle Linux 8

Last updated: September 20,2024

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

This guide let you learn how to install python3-importlib-metadata.noarch on Oracle Linux 8

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

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

Learn how to uninstall python3-importlib-metadata.noarch on Oracle Linux 8:

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

3. Information about the python3-importlib-metadata.noarch package on Oracle Linux 8

Last metadata expiration check: 2:20:47 ago on Mon Sep 12 02:51:38 2022.
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.