How to Install and Uninstall python3-stevedore Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

1. Install "python3-stevedore" package

This is a short guide on how to install python3-stevedore on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-stevedore

2. Uninstall "python3-stevedore" package

Please follow the guidelines below to uninstall python3-stevedore on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-stevedore package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-stevedore
Architecture: all
Version: 1:3.2.2-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: 152
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.2.2-0ubuntu1_all.deb
Size: 20280
MD5sum: 053c31c3c337b61b6bd17cc17a696677
SHA1: 765293834ed7fc3ff07ed43f150efee46da773ed
SHA256: 0ed0d7ad454a9c10567ae6d6b222a093a5ab3fff3660590cc54be2bdf0a72e32
SHA512: e7f327ba0b19b094e20b86074f3eda5ef38c61537dcdcc27484b0c3ce66c961d3afb8064f032aba1b0e5c29967e658546232ffb013a53ba3f84e4c9633e0d333
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