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

Last updated: May 14,2024

1. Install "python3-testtools" package

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

$ sudo apt update $ sudo apt install python3-testtools

2. Uninstall "python3-testtools" package

Learn how to uninstall python3-testtools on Kali Linux:

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

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

Package: python3-testtools
Source: python-testtools
Version: 2.7.1-2
Installed-Size: 747
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-distutils, python3-fixtures, python3-pbr, python3-pkg-resources, python3:any
Suggests: python-testtools-doc
Size: 121292
SHA256: ca449a554fcbe946032d72080c2b8c4420a5e819fa48a67f33c5aac8c8d76be7
SHA1: dc63421148d2f10c5b3976e54d17838b7086031f
MD5sum: 7d0b803afce3f3abda4016ccb485de05
Description: Extensions to the Python unittest library - Python 3.x
testtools (formerly pyunit3k) is a set of extensions to the Python standard
library's unit testing framework. These extensions have been derived from
years of experience with unit testing in Python and come from many different
sources. It's hoped that these extensions will make their way into the
standard library eventually. Also included are backports from Python trunk of
unittest features that are not otherwise available to existing unittest users.
.
This package contains the libraries for Python 3.x.
Description-md5:
Homepage: https://github.com/testing-cabal/testtools
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-testtools/python3-testtools_2.7.1-2_all.deb