How to Install and Uninstall python3-stevedore Package on openSUSE Leap

Last updated: September 20,2024

1. Install "python3-stevedore" package

Please follow the step by step instructions below to install python3-stevedore on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-stevedore

2. Uninstall "python3-stevedore" package

Please follow the guidance below to uninstall python3-stevedore on openSUSE Leap:

$ sudo zypper remove python3-stevedore

3. Information about the python3-stevedore package on openSUSE Leap

Information for package python3-stevedore:
------------------------------------------
Repository : Main Repository
Name : python3-stevedore
Version : 1.32.0-7.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 296.9 KiB
Installed : No
Status : not installed
Source package : python-stevedore-1.32.0-7.4.4.src
Upstream URL : https://docs.openstack.org/developer/stevedore/
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