How to Install and Uninstall python3-importlib-resources.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "python3-importlib-resources.noarch" package
This is a short guide on how to install python3-importlib-resources.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-importlib-resources.noarch
Copied
2. Uninstall "python3-importlib-resources.noarch" package
Please follow the instructions below to uninstall python3-importlib-resources.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-importlib-resources.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-importlib-resources.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:15:30 ago on Mon Feb 26 15:59:38 2024.
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.
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.