How to Install and Uninstall python3-stevedore Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python3-stevedore" package

This guide covers the steps necessary to install python3-stevedore on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-stevedore

2. Uninstall "python3-stevedore" package

Learn how to uninstall python3-stevedore on openSuSE Tumbleweed:

$ sudo zypper remove python3-stevedore

3. Information about the python3-stevedore package on openSuSE Tumbleweed

Information for package python3-stevedore:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-stevedore
Version : 3.3.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 329,0 KiB
Installed : No
Status : not installed
Source package : python-stevedore-3.3.0-1.2.src
Summary : Manage dynamic plugins for Python applications
Description :
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
(plugins) at runtime. Many applications implement their own
library for doing this, using ``__import__`` or ``importlib``.
stevedore avoids creating yet another extension
mechanism by building on top of setuptools entry points. The code
for managing entry points tends to be repetitive, though, so stevedore
provides manager classes for implementing common patterns for using
dynamically loaded extensions.
This package contains the Python 3.x module