How to Install and Uninstall gcovr Package on openSuSE Tumbleweed
Last updated: November 05,2024
1. Install "gcovr" package
This is a short guide on how to install gcovr on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
gcovr
Copied
2. Uninstall "gcovr" package
In this section, we are going to explain the necessary steps to uninstall gcovr on openSuSE Tumbleweed:
$
sudo zypper remove
gcovr
Copied
3. Information about the gcovr package on openSuSE Tumbleweed
Information for package gcovr:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gcovr
Version : 6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 894.4 KiB
Installed : No
Status : not installed
Source package : gcovr-6.0-1.2.src
Upstream URL : https://gcovr.com/
Summary : A code coverage report generator using GNU gcov
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.
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gcovr
Version : 6.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 894.4 KiB
Installed : No
Status : not installed
Source package : gcovr-6.0-1.2.src
Upstream URL : https://gcovr.com/
Summary : A code coverage report generator using GNU gcov
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.