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

Last updated: April 29,2024

1. Install "python-flaky" package

Here is a brief guide to show you how to install python-flaky on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-flaky

2. Uninstall "python-flaky" package

Please follow the guidance below to uninstall python-flaky on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-flaky
Priority: optional
Section: universe/python
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 3.1.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-flaky/python-flaky_3.1.0-1_all.deb
Size: 17080
MD5sum: 5836df16aa941f18f990a13d1c2929de
SHA1: 87ebc490e3dd518456d585919826622e55030394
SHA256: 60cb263bf2e1d4a76428d83a5d4d3c3d818fa1f7ecbe206ccf1102467c543dca
Description-en: Plugin for nose or py.test that automatically reruns flaky tests (Python 2)
Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
components that aren't 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.
.
This package contains the Python 2 version of flaky.
Description-md5: f02362426a713a3d885ae3118f8526fc
Homepage: https://github.com/box/flaky
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu