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

Last updated: May 19,2024

1. Install "jacoco.noarch" package

Here is a brief guide to show you how to install jacoco.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install jacoco.noarch

2. Uninstall "jacoco.noarch" package

This tutorial shows how to uninstall jacoco.noarch on Fedora 35:

$ sudo dnf remove jacoco.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:22:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : jacoco
Version : 0.8.7
Release : 6.fc35
Architecture : noarch
Size : 901 k
Source : jacoco-0.8.7-6.fc35.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.