How to Install and Uninstall kcov Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "kcov" package
Here is a brief guide to show you how to install kcov on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
kcov
Copied
2. Uninstall "kcov" package
This tutorial shows how to uninstall kcov on openSuSE Tumbleweed:
$
sudo zypper remove
kcov
Copied
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.
-----------------------------
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.