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

Last updated: June 26,2024

1. Install "lcov.noarch" package

Here is a brief guide to show you how to install lcov.noarch on Oracle Linux 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 Oracle Linux 9:

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:58:44 ago on Thu Feb 15 07:50:05 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.