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

Last updated: May 19,2024

1. Install "python-pytest-cov" package

This guide covers the steps necessary to install python-pytest-cov on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-pytest-cov" package

Please follow the guidelines below to uninstall python-pytest-cov on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pytest-cov
Priority: optional
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Version: 2.2.1-1
Provides: python2.7-pytest-cov
Depends: python-coverage, python-pytest (>= 2.5.2-1), python:any (<< 2.8), python:any (>= 2.7.5-5~), python-cov-core (>= 1.12-1)
Filename: pool/universe/p/python-pytest-cov/python-pytest-cov_2.2.1-1_all.deb
Size: 15162
MD5sum: ec318d20674023ce2b4a6777c58b19a4
SHA1: 4754c7705aa774433009d9a369825df349e6d096
SHA256: 0362961a0cf115addf9ca6efb3048574214633a3c513f2d824739af70d5437d4
Description-en: py.test plugin to produce coverage reports
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: 947b438c703b02c583b1558fbbc05192
Homepage: https://github.com/schlamar/pytest-cov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu