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

Last updated: May 21,2024

1. Install "python3-coverage-dbg" package

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

$ sudo apt update $ sudo apt install python3-coverage-dbg

2. Uninstall "python3-coverage-dbg" package

This tutorial shows how to uninstall python3-coverage-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-coverage-dbg
Priority: extra
Section: universe/debug
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Finney
Architecture: amd64
Source: python-coverage
Version: 3.7.1+dfsg.1-1ubuntu7
Depends: python3-coverage (= 3.7.1+dfsg.1-1ubuntu7), libc6 (>= 2.4)
Recommends: python3-dbg
Filename: pool/universe/p/python-coverage/python3-coverage-dbg_3.7.1+dfsg.1-1ubuntu7_amd64.deb
Size: 24524
MD5sum: eeec16f6d98afa301a7ea4fde4e6d1ec
SHA1: 13c9536d87e4f69ca51de69816af504a38ed6929
SHA256: 5d3f67b29a329c428f3ffe9d2e5f90d961f327e573325b3d3c617c04d8d3ae12
Description-en: code coverage tool for Python 3 – debug library
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 debugging symbols and debug build for the C
extension libraries in ‘python3-coverage’.
Description-md5: 3f59e6daaaa4ec2f8fae9bfad4452d80
Homepage: http://nedbatchelder.com/code/coverage/
Build-Ids: 978d34058e57a05028552e9e195573e6e1e1ff02
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu