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

Last updated: May 20,2024

1. Install "python3-testresources" package

Learn how to install python3-testresources on Kali Linux

$ sudo apt update $ sudo apt install python3-testresources

2. Uninstall "python3-testresources" package

In this section, we are going to explain the necessary steps to uninstall python3-testresources on Kali Linux:

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

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

Package: python3-testresources
Source: testresources
Version: 2.0.1-4.1
Installed-Size: 138
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-pbr (>= 1.3), python3-unittest2, python3:any
Size: 26264
SHA256: 8ac83e76e776fe0e6e78f40d6b8aedc17af5c6b9c9db93b8a9471320a426e1a7
SHA1: 6a0d2c63e0a6430afe541f36087b9f93e42db79c
MD5sum: a4098366c86c4f238eaf8ae02a0d7161
Description: PyUnit extension for managing expensive test fixtures - Python 3.x
PyUnit extension to manage the initialisation and lifetime of expensive
test fixtures.
.
For example reference databases are often only need to be constructed
once but standard test isolation causes them to be constructed for every
fixture, making test execution very slow.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://pypi.python.org/pypi/testresources
Section: python
Priority: optional
Filename: pool/main/t/testresources/python3-testresources_2.0.1-4.1_all.deb