How to Install and Uninstall libdevel-cover-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libdevel-cover-perl" package

Please follow the steps below to install libdevel-cover-perl on Kali Linux

$ sudo apt update $ sudo apt install libdevel-cover-perl

2. Uninstall "libdevel-cover-perl" package

In this section, we are going to explain the necessary steps to uninstall libdevel-cover-perl on Kali Linux:

$ sudo apt remove libdevel-cover-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-cover-perl package on Kali Linux

Package: libdevel-cover-perl
Source: libdevel-cover-perl (1.40-1)
Version: 1.40-1+b1
Installed-Size: 622
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, perl (<< 5.38.3~), libc6 (>= 2.4), libhtml-parser-perl
Recommends: gcc, libtemplate-perl
Suggests: libbrowser-open-perl, libcapture-tiny-perl, libclass-xsaccessor-perl, libjson-maybexs-perl, libmoo-perl, libnamespace-clean-perl, libpod-coverage-perl, libppi-html-perl | perltidy, libsereal-decoder-perl, libsereal-encoder-perl, libterm-size-perl, libtest-differences-perl
Size: 187168
SHA256: d8f4003bf7f9f6e77da2f3029ba3ef1a9f912b28485af53807e36dffa3a62ec6
SHA1: b8e6cb4c1df5ea43587e9a6f93384e563a21a543
MD5sum: f87719d3d4083cb54652249a5136f40e
Description: Perl tool for determining code coverage metrics
Devel::Cover is a Perl module that helps collect and display code coverage
information. Code coverage information is collected using a pluggable runops
function which counts how many times each op is executed. This data is then
mapped back to reality using the B compiler modules. There is also a another
statement profiler which needs a better backend to be really useful.
.
Statement, branch, condition, subroutine, pod and time coverage information is
reported. Statement coverage data should be reasonable, although there may be
some statements which are not reported. Branch and condition coverage data
should be mostly accurate too, although not always what one might initially
expect. Subroutine coverage should be as accurate as statement coverage. Pod
coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available
it will be used instead. Coverage data for path coverage are not yet
collected.
.
The cover program can be used to generate coverage reports. Another included
program, gcov2perl, can convert gcov files to Devel::Cover databases.
Description-md5:
Homepage: https://metacpan.org/release/Devel-Cover
Tag: devel::lang:perl, devel::library, devel::profiler, devel::testing-qa,
implemented-in::c, implemented-in::perl, interface::commandline,
role::devel-lib, role::plugin, role::program, scope::application,
use::analysing, use::checking, use::measuring,
works-with::software:source
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-cover-perl/libdevel-cover-perl_1.40-1+b1_amd64.deb