How to Install and Uninstall pypy-coverage Package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Last updated: May 11,2024

1. Install "pypy-coverage" package

Please follow the guidelines below to install pypy-coverage on Ubuntu 22.04 LTS (Jammy Jellyfish)

$ sudo apt update $ sudo apt install pypy-coverage

2. Uninstall "pypy-coverage" package

This guide covers the steps necessary to uninstall pypy-coverage on Ubuntu 22.04 LTS (Jammy Jellyfish):

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

3. Information about the pypy-coverage package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Package: pypy-coverage
Architecture: all
Version: 5.1+dfsg.1-3
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-3_all.deb
Size: 116100
MD5sum: 494ae7d6e7d57710c97a98dab157bbb0
SHA1: d098d6763af0a5973c386d57ad4e3f820080e195
SHA256: 0846e1818a6f856c8acc27087b2402205f89cf52965776b6cd14b881cdeba69f
SHA512: 4802920924af1707a5528dbb817f32e5e900f8b9ef430b296e436f58ba9216794da1b472ff94b0ee57bcc937470ffff27fba197ea73b6d58bdbf9b25381c1a95
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