How to Install and Uninstall lcov.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "lcov.noarch" package

Please follow the guidance below to install lcov.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install lcov.noarch

2. Uninstall "lcov.noarch" package

This guide covers the steps necessary to uninstall lcov.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

3. Information about the lcov.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:17:51 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lcov
Version : 1.14
Release : 6.el9
Architecture : noarch
Size : 100 k
Source : lcov-1.14-6.el9.src.rpm
Repository : epel
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.