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

Last updated: May 04,2024

1. Install "python3-retrying" package

Please follow the step by step instructions below to install python3-retrying on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-retrying

2. Uninstall "python3-retrying" package

Please follow the step by step instructions below to uninstall python3-retrying on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-retrying
Priority: optional
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-retrying
Version: 1.3.3-1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-retrying/python3-retrying_1.3.3-1_all.deb
Size: 7630
MD5sum: a8f107aeb5c90bb05f5351d3a9b1c78e
SHA1: 1717dd2bfdf661e188c77a048e7cfdb1a976415c
SHA256: 58b93d7ae3adbfbcec8aec8290ea1d8b1696ddcbeddb5994a49f7361613607bb
Description-en: simplifies the task of adding retry behavior - Python 3.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 3.x module.
Description-md5: 826abf3afc0b1456a19ec3190341a1c7
Homepage: https://github.com/rholder/retrying
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu