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

Last updated: May 20,2024

1. Install "python3-coverage" package

Please follow the guidelines below to install python3-coverage on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-coverage

2. Uninstall "python3-coverage" package

This guide covers the steps necessary to uninstall python3-coverage on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-coverage
Priority: optional
Section: universe/python
Installed-Size: 309
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Finney
Architecture: amd64
Source: python-coverage
Version: 3.7.1+dfsg.1-1ubuntu7
Depends: python3-pkg-resources, python3 (<< 3.6), python3 (>= 3.5~), python3.5:any, libc6 (>= 2.4)
Recommends: libjs-jquery-hotkeys, libjs-jquery-isonscreen, libjs-jquery-tablesorter, libjs-jquery
Filename: pool/universe/p/python-coverage/python3-coverage_3.7.1+dfsg.1-1ubuntu7_amd64.deb
Size: 66934
MD5sum: 7c5552a90d543407c8255430c96dccf9
SHA1: 07774f5bf984179cf2024a7402f6fc4d6e60e633
SHA256: c5cc5ced2161e9ffb4072e614e269a1e43b23b65eb9114f4b0972e0dcfbcd2ac
Description-en: code coverage tool for Python 3
The ‘coverage’ library measures which parts (statements) of a Python
program are executed while it is run. This is useful for testing:
those parts of a program that are not executed by the tests have not
been tested.
.
This package contains the Python version 3 ‘coverage’ library, and the
‘python3-coverage’ program to perform and report coverage tests.
Description-md5: b5bb2f13eaa04f64a44fb3ab615ca6c0
Homepage: http://nedbatchelder.com/code/coverage/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu