How to Install and Uninstall lcov.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "lcov.noarch" package

Learn how to install lcov.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install lcov.noarch

2. Uninstall "lcov.noarch" package

Please follow the step by step instructions below to uninstall lcov.noarch on CentOS Stream 8:

$ sudo dnf remove lcov.noarch $ sudo dnf autoremove

3. Information about the lcov.noarch package on CentOS Stream 8

Last metadata expiration check: 5:18:40 ago on Sun Feb 25 03:03:59 2024.
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.