How to Install and Uninstall python3-importlib-resources.noarch Package on Rocky Linux 8

Last updated: June 02,2024

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

Please follow the guidelines below to install python3-importlib-resources.noarch on Rocky Linux 8

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

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

Please follow the guidance below to uninstall python3-importlib-resources.noarch on Rocky Linux 8:

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

3. Information about the python3-importlib-resources.noarch package on Rocky Linux 8

Last metadata expiration check: 2:23:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-importlib-resources
Version : 1.0.2
Release : 2.el8
Architecture : noarch
Size : 21 k
Source : python-importlib-resources-1.0.2-2.el8.src.rpm
Repository : epel
Summary : Read resources from Python packages
URL : https://importlib-resources.readthedocs.io/
License : ASL 2.0
Description : importlib_resources is a backport of Python 3.7's standard library
: importlib.resources module for 3.4 through 3.6. Users of Python 3.7 and
: beyond should use the standard library module, since for these
: versions, importlib_resources just delegates to that module.