How to Install and Uninstall python3-unittest2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "python3-unittest2" package

Learn how to install python3-unittest2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-unittest2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-unittest2
Priority: optional
Section: python
Installed-Size: 458
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: unittest2
Version: 1.1.0-6.1
Depends: python3-pkg-resources, python3-linecache2, python3-six (>= 1.4), python3-traceback2, python3:any (>= 3.3.2-2~)
Filename: pool/main/u/unittest2/python3-unittest2_1.1.0-6.1_all.deb
Size: 69232
MD5sum: bb55658b5afb388bb582383b05ea8d0c
SHA1: 6dc70d5d46351644c7b2e8fde8a62ffdc4fe4a26
SHA256: a8589a16e8f89faa678b66c856e36b990d7761305b6e5b559c6fd78746baaa83
Description-en: 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: 3299d0b54d7375af07ff0f5fb1277dab
Homepage: http://pypi.python.org/pypi/unittest2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk