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

Last updated: May 15,2024

1. Install "python-retrying" package

This guide let you learn how to install python-retrying on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-retrying

2. Uninstall "python-retrying" package

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

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

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

Package: python-retrying
Priority: optional
Section: python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.3.3-1
Depends: python-six, python (>= 2.7), python (<< 2.8)
Filename: pool/main/p/python-retrying/python-retrying_1.3.3-1_all.deb
Size: 7654
MD5sum: f67e5259f5a07f23fb3d78f5e808e674
SHA1: 0ff20e217cc5a2a64410f63c574d4e529f840a0f
SHA256: 7bd953cf2a3011ddc3fb67b8d711068176a4e263a110489929711de19de399b9
Description-en: simplifies the task of adding retry behavior - Python 2.x
Retrying is an Apache 2.0 licensed general-purpose retrying library, written
in Python, to simplify the task of adding retry behavior to just about
anything.
.
Features:
* Generic Decorator API
* Specify stop condition (limit by number of attempts)
* Specify wait condition (exponential backoff sleeping between attempts)
* Customize retrying on Exceptions
* Customize retrying on expected returned result
.
This package contains the Python 2.x module.
Description-md5: 3e68e3cad88ea0384080fa345a71e74a
Homepage: https://github.com/rholder/retrying
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y