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

Last updated: October 07,2024

1. Install "gcovr.noarch" package

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

$ sudo dnf update $ sudo dnf install gcovr.noarch

2. Uninstall "gcovr.noarch" package

This is a short guide on how to uninstall gcovr.noarch on Fedora 34:

$ sudo dnf remove gcovr.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:09:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : gcovr
Version : 5.0
Release : 1.fc34
Architecture : noarch
Size : 127 k
Source : gcovr-5.0-1.fc34.src.rpm
Repository : updates
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.