Install python-coverage-dbg
Installing python-coverage-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-coverage-dbg
python-coverage-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-coverage-dbg |
version | 3.7.1+dfsg.1-1+b2 |
description | code coverage tool for Python 2 – debug library |
subsection | debug |
website | nedbatchelder.com / code / coverage / |
maintainer | Ben Finney |
Uninstall python-coverage-dbg
To remove just python-coverage-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-coverage-dbg
Uninstall python-coverage-dbg and it’s dependent packages
To remove the python-coverage-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-coverage-dbg
Purging python-coverage-dbg
If you also want to delete configuration and/or data files of python-coverage-dbg from Debian Sid then this will work:
sudo apt-get purge python-coverage-dbg
To delete configuration and/or data files of python-coverage-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-coverage-dbg