How to Install and Uninstall cobertura.noarch Package on Amazon Linux 2

Last updated: January 13,2025

1. Install "cobertura.noarch" package

Please follow the guidelines below to install cobertura.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cobertura.noarch

2. Uninstall "cobertura.noarch" package

Please follow the guidance below to uninstall cobertura.noarch on Amazon Linux 2:

$ sudo yum remove cobertura.noarch $ sudo yum autoremove

3. Information about the cobertura.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cobertura
Arch : noarch
Version : 1.9.4.1
Release : 9.amzn2
Size : 437 k
Repo : amzn2-core/2/x86_64
Summary : Java tool that calculates the percentage of code accessed by tests
URL : http://cobertura.sourceforge.net/
License : ASL 1.1 and GPLv2+ and MPL and ASL 2.0 and GPL+
Description : 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.