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

Last updated: June 02,2024

1. Install "python311-importlib-resources" package

Here is a brief guide to show you how to install python311-importlib-resources on openSuSE Tumbleweed

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

2. Uninstall "python311-importlib-resources" package

In this section, we are going to explain the necessary steps to uninstall python311-importlib-resources on openSuSE Tumbleweed:

$ sudo zypper remove python311-importlib-resources

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

Information for package python311-importlib-resources:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-importlib-resources
Version : 6.1.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 295.0 KiB
Installed : No
Status : not installed
Source package : python-importlib-resources-6.1.1-1.4.src
Upstream URL : https://importlib-resources.readthedocs.io/
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.