How to Install and Uninstall jacoco.noarch Package on Fedora 36

Last updated: October 02,2024

1. Install "jacoco.noarch" package

This guide covers the steps necessary to install jacoco.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install jacoco.noarch

2. Uninstall "jacoco.noarch" package

In this section, we are going to explain the necessary steps to uninstall jacoco.noarch on Fedora 36:

$ sudo dnf remove jacoco.noarch $ sudo dnf autoremove

3. Information about the jacoco.noarch package on Fedora 36

Last metadata expiration check: 3:28:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : jacoco
Version : 0.8.8
Release : 4.fc36
Architecture : noarch
Size : 910 k
Source : jacoco-0.8.8-4.fc36.src.rpm
Repository : updates
Summary : Java Code Coverage for Eclipse
URL : http://www.eclemma.org/jacoco/
License : EPL-2.0
Description : JaCoCo is a free code coverage library for Java,
: which has been created by the EclEmma team based on the lessons learned
: from using and integration existing libraries over the last five years.