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

Last updated: May 06,2024

1. Install "kcov.x86_64" package

Please follow the guidance below to install kcov.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install kcov.x86_64

2. Uninstall "kcov.x86_64" package

This is a short guide on how to uninstall kcov.x86_64 on Fedora 35:

$ sudo dnf remove kcov.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:04:26 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : kcov
Version : 38
Release : 5.fc35
Architecture : x86_64
Size : 994 k
Source : kcov-38-5.fc35.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.