How to Install and Uninstall lcov.noarch Package on AlmaLinux 8

Last updated: May 03,2024

1. Install "lcov.noarch" package

Please follow the steps below to install lcov.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install lcov.noarch

2. Uninstall "lcov.noarch" package

This tutorial shows how to uninstall lcov.noarch on AlmaLinux 8:

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

3. Information about the lcov.noarch package on AlmaLinux 8

Last metadata expiration check: 1:53:18 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : lcov
Version : 1.14
Release : 6.el8
Architecture : noarch
Size : 110 k
Source : lcov-1.14-6.el8.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.