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

Last updated: May 20,2024

1. Install "python3-pytest-cov" package

Here is a brief guide to show you how to install python3-pytest-cov on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pytest-cov

2. Uninstall "python3-pytest-cov" package

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

$ sudo apt remove python3-pytest-cov $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-pytest-cov
Priority: optional
Section: universe/python
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Source: python-pytest-cov
Version: 2.2.1-1
Depends: python3-coverage, python3-pytest (>= 2.5.2-1), python3:any (>= 3.3.2-2~), python3-cov-core (>= 1.12-1)
Filename: pool/universe/p/python-pytest-cov/python3-pytest-cov_2.2.1-1_all.deb
Size: 12144
MD5sum: fed0740d30c58dd96c12c3ef02b48360
SHA1: 73c3be22d323c09c3add89767b60ef982d0fc5b0
SHA256: 6752142346e216baaf4ce19c1b3db716bbc6e826f077eb2875b0b1a0afe2b50b
Description-en: py.test plugin to produce coverage reports for Python3
This py.test plugin produces coverage reports. It supports both centralised
and distributed testing across multiple hosts. It can run parallel tests on
different platforms, architectures, and Python versions.
It supports coverage of subprocesses and can produce reports in text, HTML,
XML and annotated source code.
Description-md5: 563adad81653f29337d8fc30658fc098
Homepage: https://github.com/schlamar/pytest-cov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu