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

Last updated: January 11,2025

1. Install "gcovr.noarch" package

This guide let you learn how to install gcovr.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install gcovr.noarch

2. Uninstall "gcovr.noarch" package

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

$ sudo dnf remove gcovr.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:56 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : gcovr
Version : 5.0
Release : 2.fc35
Architecture : noarch
Size : 127 k
Source : gcovr-5.0-2.fc35.src.rpm
Repository : fedora
Summary : A code coverage report generator using GNU gcov
URL : https://gcovr.com/
License : BSD
Description : Gcovr provides a utility for managing the use of the GNU gcov utility
: and generating summarized code coverage results.
:
: This command is inspired by the Python coverage.py package, which provides
: a similar utility in Python. The gcovr command produces either compact
: human-readable summary reports, machine readable XML reports
: (in Cobertura format) or simple HTML reports. Thus, gcovr can be viewed
: as a command-line alternative to the lcov utility, which runs gcov and
: generates an HTML-formatted report.