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

Last updated: June 23,2024

1. Install "python310-importlib-resources" package

This guide let you learn how to install python310-importlib-resources on openSuSE Tumbleweed

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

2. Uninstall "python310-importlib-resources" package

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

$ sudo zypper remove python310-importlib-resources

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

Information for package python310-importlib-resources:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-importlib-resources
Version : 6.1.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 214.2 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.