How to Install and Uninstall kcov Package on openSUSE Leap

Last updated: May 04,2024

1. Install "kcov" package

This tutorial shows how to install kcov on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install kcov

2. Uninstall "kcov" package

Here is a brief guide to show you how to uninstall kcov on openSUSE Leap:

$ sudo zypper remove kcov

3. Information about the kcov package on openSUSE Leap

Information for package kcov:
-----------------------------
Repository : Main Repository
Name : kcov
Version : 40-bp155.1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.7 MiB
Installed : No
Status : not installed
Source package : kcov-40-bp155.1.8.src
Upstream URL : https://github.com/SimonKagstrom/kcov
Summary : Code coverage tool without special compilation options
Description :
Kcov is a code coverage tester for compiled programs, Python scripts and shell
scripts. It allows collecting code coverage information from executables
without special command-line arguments, and continuously produces output from
long-running applications.