How to Install and Uninstall lcov.noarch Package on Rocky Linux 9

Last updated: November 28,2024

1. Install "lcov.noarch" package

Please follow the guidelines below to install lcov.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install lcov.noarch

2. Uninstall "lcov.noarch" package

Please follow the steps below to uninstall lcov.noarch on Rocky Linux 9:

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

3. Information about the lcov.noarch package on Rocky Linux 9

Last metadata expiration check: 0:26:11 ago on Fri Feb 16 06:49:52 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.