How to Install and Uninstall kcov.x86_64 Package on Fedora 34

Last updated: January 18,2025

1. Install "kcov.x86_64" package

Please follow the instructions below to install kcov.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install kcov.x86_64

2. Uninstall "kcov.x86_64" package

Here is a brief guide to show you how to uninstall kcov.x86_64 on Fedora 34:

$ sudo dnf remove kcov.x86_64 $ sudo dnf autoremove

3. Information about the kcov.x86_64 package on Fedora 34

Last metadata expiration check: 1:07:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : kcov
Version : 38
Release : 4.fc34
Architecture : x86_64
Size : 997 k
Source : kcov-38-4.fc34.src.rpm
Repository : fedora
Summary : Code coverage tool without special compilation options
URL : https://simonkagstrom.github.io/kcov
License : GPLv2 and BSD and MIT
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.