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

Last updated: April 28,2024

1. Install "python3-stestr" package

This guide let you learn how to install python3-stestr on Kali Linux

$ sudo apt update $ sudo apt install python3-stestr

2. Uninstall "python3-stestr" package

Please follow the instructions below to uninstall python3-stestr on Kali Linux:

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

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

Package: python3-stestr
Source: python-stestr
Version: 4.1.0-1
Installed-Size: 378
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-cliff, python3-extras, python3-fixtures, python3-pbr, python3-testtools, python3-tomlkit, python3-voluptuous, python3-yaml, subunit (>= 1.4.0), python3-subunit, python3:any
Suggests: python-stestr-doc
Size: 56000
SHA256: 1067b3028c600d7bb0d88667d922cf917533a0b4bd955f395d60a4befadd134e
SHA1: 55c7090dd04169c1c3c66f4f10cfa30b39b73817
MD5sum: a9c55e5a607bd467dca41119f2e0f700
Description: test runner similar to testrepository - Python 3.x
Stestr stands for Slim/Super Test Repository. It is a fork of the
testrepository that concentrates on being a dedicated test runner for Python
projects. The generic abstraction layers which enabled testr to work with any
subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
how it works. The code base is also designed to try and be explicit, and to
provide a Python API that is documented and has examples.
.
While stestr was originally forked from testrepository it is not 100%
backwards compatible with testrepository. At a high level the basic concepts
of operation are shared between the 2 projects but the actual usage between
the 2 is not exactly the same.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/mtreinish/stestr
Section: python
Priority: optional
Filename: pool/main/p/python-stestr/python3-stestr_4.1.0-1_all.deb