How to Install and Uninstall python3-importlib-resources.noarch Package on AlmaLinux 8
Last updated: November 02,2024
1. Install "python3-importlib-resources.noarch" package
This tutorial shows how to install python3-importlib-resources.noarch on AlmaLinux 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 AlmaLinux 8:
$
sudo dnf remove
python3-importlib-resources.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-importlib-resources.noarch package on AlmaLinux 8
Last metadata expiration check: 1:48:15 ago on Mon Sep 5 03:22:42 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.
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.