How to Install and Uninstall python-subunit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 03,2024

1. Install "python-subunit" package

This guide let you learn how to install python-subunit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-subunit

2. Uninstall "python-subunit" package

Learn how to uninstall python-subunit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-subunit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-subunit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-subunit
Priority: optional
Section: universe/python
Installed-Size: 361
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: subunit
Version: 1.1.0-3
Depends: python-extras, python-testtools (>= 0.9.4), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/s/subunit/python-subunit_1.1.0-3_all.deb
Size: 60240
MD5sum: a2d52ecbe477c26c18eaba2da4448fe0
SHA1: 7fd430493d59a6c949cc21be5e94468ab7a008bf
SHA256: f6d26c12cef110eaab7de27157e21d098aa6cffa7e31e186fa46d3d0cc2769d9
Description-en: unit testing protocol - Python bindings to generate and consume streams
subunit is a protocol for test activity serialisation deserialisation. This
permits executing tests remotely, or saving the result of test runs for later
introspection.
.
The python-subunit package includes the Python language bindings.
Description-md5: 067bae5a5ad0a21051df0b8a1696e12e
Homepage: http://code.launchpad.net/subunit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu