How to Install and Uninstall python-stevedore-doc Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python-stevedore-doc" package

Please follow the instructions below to install python-stevedore-doc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-stevedore-doc

2. Uninstall "python-stevedore-doc" package

This guide covers the steps necessary to uninstall python-stevedore-doc on openSUSE Leap:

$ sudo zypper remove python-stevedore-doc

3. Information about the python-stevedore-doc package on openSUSE Leap

Information for package python-stevedore-doc:
---------------------------------------------
Repository : Main Repository
Name : python-stevedore-doc
Version : 1.32.0-7.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-stevedore-1.32.0-7.4.4.src
Summary : Documentation for python-stevedore
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 documentation in HTML format.