How to Install and Uninstall python38-importlib-resources Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python38-importlib-resources" package

Please follow the guidance below to install python38-importlib-resources on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-importlib-resources

2. Uninstall "python38-importlib-resources" package

This tutorial shows how to uninstall python38-importlib-resources on openSuSE Tumbleweed:

$ sudo zypper remove python38-importlib-resources

3. Information about the python38-importlib-resources package on openSuSE Tumbleweed

Information for package python38-importlib-resources:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-importlib-resources
Version : 5.4.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 199,2 KiB
Installed : No
Status : not installed
Source package : python-importlib-resources-5.4.0-1.1.src
Summary : Read resources from Python packages
Description :
importlib_resources is a backport of Python standard library
importlib.resources module for older Pythons. Users of Python 3.9 and
beyond should use the standard library module, since for these versions,
importlib_resources just delegates to that module.
The key goal of this module is to replace parts of pkg_resources with a
solution in Python’s stdlib that relies on well-defined APIs. This makes
reading resources included in packages easier, with more stable and
consistent semantics.