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

Last updated: June 10,2024

1. Install "python-stevedore" package

This is a short guide on how to install python-stevedore on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-stevedore

2. Uninstall "python-stevedore" package

In this section, we are going to explain the necessary steps to uninstall python-stevedore on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-stevedore
Priority: optional
Section: python
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: stevedore
Version: 1.12.0-1
Depends: python-pbr (>= 1.8), python-pkg-resources, python-six (>= 1.9.0), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/s/stevedore/python-stevedore_1.12.0-1_all.deb
Size: 17728
MD5sum: e8986fb32948a8090743b490ea35d463
SHA1: 20712a92acd42d37585f08300cc7dcab90c30d46
SHA256: 9b1f4b8653ed4227517289a00ba341707f97161408182a18e31dfcd7e6039c5c
Description-en: manage dynamic plugins for Python applications - python2
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 2.x module.
Description-md5: 95bd329cc2650f260ea9fb1375525ec5
Homepage: https://github.com/openstack/stevedore
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y