How to Install and Uninstall python3-stevedore Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "python3-stevedore" package

This tutorial shows how to install python3-stevedore on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-stevedore

2. Uninstall "python3-stevedore" package

This guide covers the steps necessary to uninstall python3-stevedore on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-stevedore package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-stevedore
Priority: extra
Section: python
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: stevedore
Version: 1.12.0-1
Depends: python3-pbr (>= 1.8), python3-pkg-resources, python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~)
Filename: pool/main/s/stevedore/python3-stevedore_1.12.0-1_all.deb
Size: 17808
MD5sum: 1726ea0b631ae4cf1f4a2e499e84e9e7
SHA1: d295320f30dc204bdd5e515e6d6efd97800f9c35
SHA256: b2815b4ce8c2167537e68d524bf0df9bc2c954046a8eb68333e7103e25ed2b74
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
Homepage: https://github.com/openstack/stevedore
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m