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

Last updated: January 12,2025

1. Install "kcov.x86_64" package

Learn how to install kcov.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install kcov.x86_64

2. Uninstall "kcov.x86_64" package

Please follow the instructions below to uninstall kcov.x86_64 on Fedora 36:

$ sudo dnf remove kcov.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:31:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : kcov
Version : 39
Release : 3.fc36
Architecture : x86_64
Size : 1.1 M
Source : kcov-39-3.fc36.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.