How to Install and Uninstall libcobertura-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libcobertura-java" package

Please follow the step by step instructions below to install libcobertura-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcobertura-java

2. Uninstall "libcobertura-java" package

This guide let you learn how to uninstall libcobertura-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcobertura-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcobertura-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcobertura-java
Priority: optional
Section: universe/java
Installed-Size: 567
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: cobertura
Version: 1.9.4.1+dfsg-4
Depends: ant, liblog4j1.2-java, liboro-java, libasm3-java
Recommends: junit
Suggests: libcobertura-java-doc (= 1.9.4.1+dfsg-4), libjaxen-java, libjdom1-java, libxalan2-java, libxerces2-java
Filename: pool/universe/c/cobertura/libcobertura-java_1.9.4.1+dfsg-4_all.deb
Size: 438548
MD5sum: 3b8d7dc176fcd27be4e8c5cd7b9be3fb
SHA1: 178663ad9293466cdc7ce024a65fdb527e6559d7
SHA256: 029497b217c916ed20c231ee67ddeb18c87fea368f0249445aafc5d138d90a59
Description-en: java library that calculates the percentage of code accessed by tests
Library 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: 3a176c521efc1ccb8ddeb5867475e20a
Homepage: http://cobertura.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu