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

Last updated: May 11,2024

1. Install "python3-unittest2" package

This tutorial shows how to install python3-unittest2 on Kali Linux

$ sudo apt update $ sudo apt install python3-unittest2

2. Uninstall "python3-unittest2" package

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

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

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

Package: python3-unittest2
Source: unittest2
Version: 1.1.0-11
Installed-Size: 464
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 75248
SHA256: bbad2c3fc1675160aa1215f5dbca97b985d247600e0f2ebef329bc2fd853d686
SHA1: 27c7a43499c73fc8c5b132ed32d68db2daf8897b
MD5sum: fd5b8ad62eb441cdd1ab38664b8b2af8
Description: backport of the enhanced unittest testing framework - Python 3.x
unittest2 is an enhanced version of unittest including a standard test runner
(automatic test discovery), class and module level fixtures (setUpClass /
setUpModule etc), many powerful new assert methods, better resource management
with addCleanups and a host of other new features. These new features are
*all* going into the Python version of unittest in Python 2.7 and Python 3.2.
The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it
now.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://pypi.python.org/pypi/unittest2
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/u/unittest2/python3-unittest2_1.1.0-11_all.deb