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

Last updated: November 26,2024

1. Install "gcovr.noarch" package

Please follow the instructions below to install gcovr.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install gcovr.noarch

2. Uninstall "gcovr.noarch" package

Please follow the instructions below to uninstall gcovr.noarch on Fedora 38:

$ sudo dnf remove gcovr.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:25:02 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : gcovr
Version : 6.0
Release : 1.fc38
Architecture : noarch
Size : 250 k
Source : gcovr-6.0-1.fc38.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.