How to Install and Uninstall lcov Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "lcov" package

Please follow the guidance below to install lcov on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lcov

2. Uninstall "lcov" package

Please follow the steps below to uninstall lcov on openSuSE Tumbleweed:

$ sudo zypper remove lcov

3. Information about the lcov package on openSuSE Tumbleweed

Information for package lcov:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lcov
Version : 2.0+git.20240123.d981242-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : lcov-2.0+git.20240123.d981242-1.1.src
Upstream URL : https://github.com/linux-test-project/lcov
Summary : A Graphical GCOV Front-end
Description :
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
gcov data for multiple source files and creates HTML pages containing the
source code annotated with coverage information. It also adds overview pages
for easy navigation within the file structure.