How to Install and Uninstall python3-flaky Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-flaky" package

Here is a brief guide to show you how to install python3-flaky on Kali Linux

$ sudo apt update $ sudo apt install python3-flaky

2. Uninstall "python3-flaky" package

This guide let you learn how to uninstall python3-flaky on Kali Linux:

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

3. Information about the python3-flaky package on Kali Linux

Package: python3-flaky
Source: python-flaky
Version: 3.7.0-2
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 20156
SHA256: e3c914d1cbf77048494bd40700827e5d27dfbce7318bcc67dcb0b69b5160cca4
SHA1: 0bc5122815e14ec23aa1c59185e82bd38b02c45f
MD5sum: 95c581c1ab98f1be0df9f317de761352
Description: Plugin for nose or py.test that automatically reruns flaky tests (Python 3)
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 3 version of flaky.
Description-md5:
Homepage: https://github.com/box/flaky
Section: python
Priority: optional
Filename: pool/main/p/python-flaky/python3-flaky_3.7.0-2_all.deb