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

Last updated: May 18,2024

1. Install "python3-testrepository" package

This guide covers the steps necessary to install python3-testrepository on Kali Linux

$ sudo apt update $ sudo apt install python3-testrepository

2. Uninstall "python3-testrepository" package

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

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

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

Package: python3-testrepository
Source: testrepository
Version: 0.0.20-8
Installed-Size: 414
Maintainer: Debian Python Team
Architecture: all
Depends: python3-subunit, python3-fixtures, python3-testtools, python3:any
Size: 64380
SHA256: e2252bd29785966b0498bc0db7e3c41256c802d7ce90d24978cb7ee967c3136b
SHA1: 9634c44f1c41c746cfa4ac29c5e200db6dc9d408
MD5sum: ef184342d79a4eb652096a76d3156357
Description: Database of test results - Python 3.x library
Testrepository provides a database of test results and supports easy workflows
to be built on top of that database. For instance, running just failing tests
or getting the last test run back to examine again (without running the tests
again). Testrepository is compatible with any test suite that can output
subunit. This includes any TAP test suite and any pyunit compatible test
suite.
.
The python3-testrepository package contains the Python testrepository
library for Python 3.x, which can be used for programmatic access to the
database.
Description-md5:
Homepage: https://pypi.python.org/pypi/testrepository
Section: python
Priority: optional
Filename: pool/main/t/testrepository/python3-testrepository_0.0.20-8_all.deb