How to Install and Uninstall kcov Package on openSuSE Tumbleweed

Last updated: May 04,2024

1. Install "kcov" package

Here is a brief guide to show you how to install kcov on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install kcov

2. Uninstall "kcov" package

This tutorial shows how to uninstall kcov on openSuSE Tumbleweed:

$ sudo zypper remove kcov

3. Information about the kcov package on openSuSE Tumbleweed

Information for package kcov:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : kcov
Version : 41-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.2 MiB
Installed : No
Status : not installed
Source package : kcov-41-1.6.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.