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

Last updated: November 07,2024

1. Install "python3-testfixtures" package

This is a short guide on how to install python3-testfixtures on Kali Linux

$ sudo apt update $ sudo apt install python3-testfixtures

2. Uninstall "python3-testfixtures" package

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

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

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

Package: python3-testfixtures
Source: python-testfixtures
Version: 8.1.0-1
Installed-Size: 518
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-testfixtures-doc (= 8.1.0-1)
Size: 84772
SHA256: 117a50eb62f9a07ce8c5e4991e7391772300dc7a004974a6aa18af3a61614754
SHA1: 2bba726501299ef1ef380a001775ab5ac4937bb7
MD5sum: 6db7a1e713216403bc48fc0c0d784491
Description: Collection of helpers and mock objects (Python3 version)
TestFixtures is a collection of helpers and mock objects that are useful when
writing unit tests or doc tests. It includes tools for a wide range of tasks:
.
* Comparing objects and sequences
* Mocking out objects and methods
* Mocking dates and times
* Testing logging
* Testing output to streams
* Testing with files and directories
* Testing exceptions
* Testing warnings
* Testing use of the subprocess package
* Testing with zope.component
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/simplistix/testfixtures
Section: python
Priority: optional
Filename: pool/main/p/python-testfixtures/python3-testfixtures_8.1.0-1_all.deb