How to Install and Uninstall python3-importlib-resources.noarch Package on CentOS Stream 8
Last updated: January 15,2025
1. Install "python3-importlib-resources.noarch" package
This guide covers the steps necessary to install python3-importlib-resources.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-importlib-resources.noarch
Copied
2. Uninstall "python3-importlib-resources.noarch" package
Please follow the guidelines below to uninstall python3-importlib-resources.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-importlib-resources.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-importlib-resources.noarch package on CentOS Stream 8
Last metadata expiration check: 2:12:59 ago on Sun Feb 25 03:03:59 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.