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

Last updated: May 20,2024

1. Install "libmaven-cobertura-plugin-java" package

Please follow the steps below to install libmaven-cobertura-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmaven-cobertura-plugin-java

2. Uninstall "libmaven-cobertura-plugin-java" package

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

$ sudo apt remove libmaven-cobertura-plugin-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libmaven-cobertura-plugin-java
Priority: optional
Section: universe/java
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: cobertura-maven-plugin
Version: 2.3+dfsg-3
Depends: libcobertura-java, libgetopt-java, libmaven-reporting-impl-java, libmaven2-core-java, libplexus-containers-java, libplexus-utils-java
Filename: pool/universe/c/cobertura-maven-plugin/libmaven-cobertura-plugin-java_2.3+dfsg-3_all.deb
Size: 33770
MD5sum: 42c7b81f7e0668581576f7ff7021a70c
SHA1: 17f578caad69c0e33820a4d587ea88963cb16283
SHA256: b64e22b718d37ee663c70b8acb415230f1b66a5df19b35928bd2378ccf45b978
Description-en: Maven Cobertura Plugin
Cobertura plugin for maven 2. Cobertura is a free Java tool that calculates
the percentage of code accessed by tests. It can be used to identify which
parts of your Java program are lacking test coverage.
This plugin provides the features of Cobertura within the Maven 2
environment.
The report generated by this plugin is the result of executing the
Cobertura tool against your compiled classes to help you determine
how well the unit testing efforts have been, and can then be used
to identify which parts of your Java program are lacking test
coverage.
Description-md5: 5a3a0c9425dad96ed4ee2fe3c64a224f
Homepage: http://www.mojohaus.org/cobertura-maven-plugin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu