How to Install and Uninstall cobertura Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "cobertura" package

Here is a brief guide to show you how to install cobertura on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cobertura

2. Uninstall "cobertura" package

This tutorial shows how to uninstall cobertura on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cobertura package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cobertura
Priority: optional
Section: universe/java
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.9.4.1+dfsg-4
Depends: default-jre-headless | java5-runtime-headless, libcobertura-java (= 1.9.4.1+dfsg-4)
Recommends: junit
Suggests: libcobertura-java-doc (= 1.9.4.1+dfsg-4)
Filename: pool/universe/c/cobertura/cobertura_1.9.4.1+dfsg-4_all.deb
Size: 17504
MD5sum: 2343482a81316f2c916f65c617618308
SHA1: 49a8a47a2d170c12f384ee1aa42de3475879329d
SHA256: da0a17f650175e8d0f76ed827d0e93dbf7dea351fdc242507162c5853fa9ae4a
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
Homepage: http://cobertura.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu