How to Install and Uninstall lcov.noarch Package on Fedora 35
Last updated: November 26,2024
1. Install "lcov.noarch" package
Please follow the guidance below to install lcov.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
lcov.noarch
Copied
2. Uninstall "lcov.noarch" package
This guide covers the steps necessary to uninstall lcov.noarch on Fedora 35:
$
sudo dnf remove
lcov.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the lcov.noarch package on Fedora 35
Last metadata expiration check: 0:58:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : lcov
Version : 1.14
Release : 6.fc35
Architecture : noarch
Size : 100 k
Source : lcov-1.14-6.fc35.src.rpm
Repository : fedora
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.
Available Packages
Name : lcov
Version : 1.14
Release : 6.fc35
Architecture : noarch
Size : 100 k
Source : lcov-1.14-6.fc35.src.rpm
Repository : fedora
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.