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

Last updated: July 05,2024

1. Install "lcov.noarch" package

This is a short guide on how to install lcov.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install lcov.noarch

2. Uninstall "lcov.noarch" package

This guide let you learn how to uninstall lcov.noarch on Fedora 34:

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:41:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : lcov
Version : 1.14
Release : 5.fc34
Architecture : noarch
Size : 100 k
Source : lcov-1.14-5.fc34.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.