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

Last updated: November 27,2024

1. Install "kcov.x86_64" package

This guide covers the steps necessary to install kcov.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install kcov.x86_64

2. Uninstall "kcov.x86_64" package

Please follow the guidance below to uninstall kcov.x86_64 on Fedora 38:

$ sudo dnf remove kcov.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:36:33 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : kcov
Version : 39
Release : 6.fc38
Architecture : x86_64
Size : 1.1 M
Source : kcov-39-6.fc38.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.