How to Install and Uninstall gcovr.noarch Package on Fedora 36
Last updated: November 28,2024
1. Install "gcovr.noarch" package
This tutorial shows how to install gcovr.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
gcovr.noarch
Copied
2. Uninstall "gcovr.noarch" package
In this section, we are going to explain the necessary steps to uninstall gcovr.noarch on Fedora 36:
$
sudo dnf remove
gcovr.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the gcovr.noarch package on Fedora 36
Last metadata expiration check: 0:47:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gcovr
Version : 5.0
Release : 3.fc36
Architecture : noarch
Size : 127 k
Source : gcovr-5.0-3.fc36.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.
Available Packages
Name : gcovr
Version : 5.0
Release : 3.fc36
Architecture : noarch
Size : 127 k
Source : gcovr-5.0-3.fc36.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.