How to Install and Uninstall pypy-coverage Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "pypy-coverage" package

Please follow the guidance below to install pypy-coverage on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pypy-coverage

2. Uninstall "pypy-coverage" package

This is a short guide on how to uninstall pypy-coverage on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pypy-coverage package on Ubuntu 21.10 (Impish Indri)

Package: pypy-coverage
Architecture: all
Version: 5.1+dfsg.1-2build1
Priority: optional
Section: universe/python
Source: python-coverage
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Finney
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 582
Depends: pypy-pkg-resources, pypy
Recommends: libjs-jquery-isonscreen, libjs-jquery-tablesorter, libjs-jquery-throttle-debounce, libjs-jquery
Suggests: python-coverage-doc
Filename: pool/universe/p/python-coverage/pypy-coverage_5.1+dfsg.1-2build1_all.deb
Size: 114104
MD5sum: a5aa70002f0deac82912b304517a5ebb
SHA1: 87ee24fd8a5b8b92ebe08f9721367154ee7634b5
SHA256: 4872fc82d91fab4b3ca9271098723873e13f70b167b5a29f0e0685cb47080250
SHA512: b75684e244deba784a196c92c5344a2857ef83b7121562a6072c0d59a0983ec7c2ee854225bf06d9bbb1c95ed27c50586b4830808f758fc6e9e9f293ac8293f6
Homepage: https://coverage.readthedocs.io/
Description-en: code coverage tool for Python 2 PyPy
Coverage.py is a tool for measuring code coverage of Python programs.
It monitors your program, noting which parts of the code have been
executed, then analyzes the source to identify code that could have
been executed but was not.
.
Coverage measurement is typically used to gauge the effectiveness of
tests. It can show which parts of your code are being exercised by
tests, and which are not.
.
This package installs the Python 2 ‘coverage’ library built for PyPy, and the
‘pypy-coverage’ program to perform and report coverage tests.
Description-md5: b4bca76400e337e0129ac9d1fecbc495