How to Install and Uninstall lcov Package on openSUSE Leap

Last updated: May 14,2024

1. Install "lcov" package

Please follow the instructions below to install lcov on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lcov

2. Uninstall "lcov" package

In this section, we are going to explain the necessary steps to uninstall lcov on openSUSE Leap:

$ sudo zypper remove lcov

3. Information about the lcov package on openSUSE Leap

Information for package lcov:
-----------------------------
Repository : Main Repository
Name : lcov
Version : 1.16+git.20220603.dfeb750-bp155.1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 397.5 KiB
Installed : No
Status : not installed
Source package : lcov-1.16+git.20220603.dfeb750-bp155.1.9.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.