How to Install and Uninstall python3-stevedore Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-stevedore" package

Please follow the guidelines below to install python3-stevedore on Kali Linux

$ sudo apt update $ sudo apt install python3-stevedore

2. Uninstall "python3-stevedore" package

In this section, we are going to explain the necessary steps to uninstall python3-stevedore on Kali Linux:

$ sudo apt remove python3-stevedore $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-stevedore package on Kali Linux

Package: python3-stevedore
Source: stevedore
Version: 5.1.0-2
Installed-Size: 155
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-pbr, python3-pkg-resources, python3:any
Size: 20804
SHA256: c08af36e413bb6bbf1d2d11f128305185020fa3d9bd388c7bd6bcc53c9d4f063
SHA1: fa9a7275e9e18573e88bcbf2cad6f7024727f6dc
MD5sum: f6d10712d8d2cba0af5f4e28968026cc
Description: manage dynamic plugins for Python applications - python3
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 provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/openstack/stevedore
Section: python
Priority: optional
Filename: pool/main/s/stevedore/python3-stevedore_5.1.0-2_all.deb