How to Install and Uninstall python3-stevedore Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "python3-stevedore" package

Here is a brief guide to show you how to install python3-stevedore on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-stevedore

2. Uninstall "python3-stevedore" package

Learn how to uninstall python3-stevedore on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-stevedore package on Ubuntu 21.10 (Impish Indri)

Package: python3-stevedore
Architecture: all
Version: 1:3.4.0-0ubuntu1
Priority: extra
Section: python
Source: stevedore
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 160
Depends: python3-importlib-metadata (>= 1.6.0), python3-pbr (>= 2.0.0), python3-pkg-resources, python3-six (>= 1.10.0), python3:any
Filename: pool/main/s/stevedore/python3-stevedore_3.4.0-0ubuntu1_all.deb
Size: 20944
MD5sum: 799b910c147c7dc1b01c2acbe06f474d
SHA1: d338c8c3b5e16ed9d60cb7b715f94757b19ec33d
SHA256: 440fe29af989e7f436803b6e57893e4b9dbfe3075f293d2e8892c0105a01d0d3
SHA512: a14e1914c140ec39e13e9b80187d3f9a997e2a28121e0e5220d922906cc5b5e978c69f3951bd0d50b2e56cc10c5c2645d385543d764abb1e431af84a87614876
Homepage: https://github.com/openstack/stevedore
Description-en: 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: 8c04b322fc21b52834676c8a9e0ed455