How to Install and Uninstall cobertura Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 28,2024

1. Install "cobertura" package

This is a short guide on how to install cobertura on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install cobertura

2. Uninstall "cobertura" package

This guide let you learn how to uninstall cobertura on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove cobertura $ sudo apt autoclean && sudo apt autoremove

3. Information about the cobertura package on Ubuntu 21.10 (Impish Indri)

Package: cobertura
Architecture: all
Version: 2.1.1-2
Priority: optional
Section: universe/java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless, libcobertura-java (= 2.1.1-2)
Recommends: junit4
Filename: pool/universe/c/cobertura/cobertura_2.1.1-2_all.deb
Size: 17436
MD5sum: 0ea2aba1ec7761e3b92c3730b7da9c14
SHA1: e6a104c2aa37918829b55a9114c4f9707120c36a
SHA256: 9be317739ce7867726a19984f44ebfde6b19dd1238021386f516d3b1b207268a
SHA512: 9571105d77a9acbe108356ef25b54e399c3bb46a724333241d1276510f6f3be40a798a71a2b9382dbf7cb0231b0b11abb9c2b63c352abc4fbdd635edd6ddfa23
Homepage: https://cobertura.github.io/cobertura/
Description-en: java tool that calculates the percentage of code accessed by tests
Tool that measures test coverage by instrumenting a Java code base and watching
which lines of code are and are not executed as the test suite runs. In
addition to identifying untested code and locating bugs, Cobertura can
optimize code by flagging dead, unreachable code and can provide insights
into how an API operates in practice. It is based on jcoverage.
Description-md5: 3e8a7c49ab65490c63936fce78ae0af7