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

Last updated: May 09,2024

1. Install "python3-nose2" package

Please follow the step by step instructions below to install python3-nose2 on Kali Linux

$ sudo apt update $ sudo apt install python3-nose2

2. Uninstall "python3-nose2" package

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

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

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

Package: python3-nose2
Source: nose2
Version: 0.14.0-2
Installed-Size: 822
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Recommends: python3-coverage
Suggests: python-nose2-doc
Size: 115472
SHA256: 21b04ed06cfdb7e000d277f6cf4ebfd5dafdd2d3ae0b84670777b12a72cbca95
SHA1: 8e696dfccb25c1be48d6465badd01f74b10d63ed
MD5sum: 77564a9511668ac9a36e60bee4a734e0
Description: Next generation of nicer testing for Python3
Nose2 is testing library aimed at being compatible with unittest and
providing additional features, such as timed tests, better testing for
exceptions. It also provides fixture methods at the package, module, class or
test case level, depending on the developer's needs.
.
At an extended level, nose2 also provides a lot of builtin plugins to help
with specific needs, including tests coverage, profiling, or doctests.
.
Nose2 is based on the Nose testsuite, which is no longer developed. It
provides a better plugin API and supports Python2 and Python3 from the same
codebase.
.
This package provides the python3 version of nose2.
Description-md5:
Homepage: https://github.com/nose-devs/nose2
Section: python
Priority: optional
Filename: pool/main/n/nose2/python3-nose2_0.14.0-2_all.deb