How to Install and Uninstall python-stevedore-doc Package on Kali Linux

Last updated: May 17,2024

1. Install "python-stevedore-doc" package

Please follow the guidance below to install python-stevedore-doc on Kali Linux

$ sudo apt update $ sudo apt install python-stevedore-doc

2. Uninstall "python-stevedore-doc" package

Please follow the steps below to uninstall python-stevedore-doc on Kali Linux:

$ sudo apt remove python-stevedore-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-stevedore-doc package on Kali Linux

Package: python-stevedore-doc
Source: stevedore
Version: 5.1.0-2
Installed-Size: 3194
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 1385960
SHA256: 8bd7d832ff768891e1c146e538aa690f18406e011b55ac3393483d416fee381b
SHA1: 0df36772c87502da67b822dd01f22da6c8fa8dea
MD5sum: acd7aafd5f85dc9c9d5c1c33a77852dc
Description: manage dynamic plugins for Python applications - doc
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 documentation.
Description-md5:
Homepage: https://github.com/openstack/stevedore
Section: doc
Priority: optional
Filename: pool/main/s/stevedore/python-stevedore-doc_5.1.0-2_all.deb