How to Install and Uninstall lcov.noarch Package on Fedora 38

Last updated: October 11,2024

1. Install "lcov.noarch" package

Here is a brief guide to show you how to install lcov.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install lcov.noarch

2. Uninstall "lcov.noarch" package

Please follow the guidance below to uninstall lcov.noarch on Fedora 38:

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

3. Information about the lcov.noarch package on Fedora 38

Last metadata expiration check: 3:49:17 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : lcov
Version : 1.14
Release : 9.fc38
Architecture : noarch
Size : 100 k
Source : lcov-1.14-9.fc38.src.rpm
Repository : fedora
Summary : LTP GCOV extension code coverage tool
URL : https://github.com/linux-test-project/lcov/
License : GPLv2+
Description : LCOV is an extension of GCOV, a GNU tool which provides information
: about what parts of a program are actually executed (i.e. "covered")
: while running a particular test case. The extension consists of a set
: of PERL scripts which build on the textual GCOV output to implement
: HTML output and support for large projects.