How to Install and Uninstall lcov Package on Kali Linux

Last updated: May 20,2024

1. Install "lcov" package

This tutorial shows how to install lcov on Kali Linux

$ sudo apt update $ sudo apt install lcov

2. Uninstall "lcov" package

This guide covers the steps necessary to uninstall lcov on Kali Linux:

$ sudo apt remove lcov $ sudo apt autoclean && sudo apt autoremove

3. Information about the lcov package on Kali Linux

Package: lcov
Version: 2.0-4
Installed-Size: 1143
Maintainer: Alastair McKinstry
Architecture: all
Depends: perl:any, gcc, libcapture-tiny-perl, libdatetime-perl, libjson-perl, libperlio-gzip-perl
Recommends: libgd-gd2-perl
Size: 220688
SHA256: 39b6b9a214f1b1da2d57d6568fe2c59e8c4966594137142ec554b64761a10f2e
SHA1: 8dd3a018798ad4cf83ef951142304c08d359de10
MD5sum: eaefd2e91449bae7ae858697faeedd04
Description: Summarise Code coverage information from GCOV
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 the following enhanced
functionality:
.
- HTML based output: coverage rates are additionally indicated using bar
graphs and specific colors.
- Support for large projects: overview pages allow quick browsing of
coverage data by providing three levels of detail: directory view,
file view and source code view.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/linux-test-project/lcov.git
Tag: devel::testing-qa, implemented-in::perl, interface::commandline,
role::program, scope::utility, works-with-format::html,
works-with::text
Section: devel
Priority: optional
Filename: pool/main/l/lcov/lcov_2.0-4_all.deb