How to Install and Uninstall libtest-distribution-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libtest-distribution-perl" package

This guide covers the steps necessary to install libtest-distribution-perl on Kali Linux

$ sudo apt update $ sudo apt install libtest-distribution-perl

2. Uninstall "libtest-distribution-perl" package

Learn how to uninstall libtest-distribution-perl on Kali Linux:

$ sudo apt remove libtest-distribution-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-distribution-perl package on Kali Linux

Package: libtest-distribution-perl
Version: 2.00-7
Installed-Size: 39
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libfile-find-rule-perl, libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-perl
Size: 17040
SHA256: e4e40258f762b608c29984a748b492adfcbb59460eac0b4123c17afafe22bda1
SHA1: 57189a8a3b5d765b8ebfaaa866870554a90d0aa7
MD5sum: 0aabf71947e8c64fe4329a466c987305
Description: perform tests on all modules of a distribution
When using Test::Distribution in a test script, it goes through all the
modules in your distribution, checks their POD, checks that they compile ok
and checks that they all define a $VERSION.
.
This module also performs a number of tests on the distribution itself. It
checks that your files match your SIGNATURE file if you have one. It checks
that your distribution isn't missing certain 'core' description files. It
checks to see you haven't missed out listing any pre-requisites in Makefile.PL
.
It defines its own testing plan, so you usually don't use it in conjunction
with other Test::* modules in the same file. It's recommended that you just
create a one-line test script as shown in the SYNOPSIS above. However, there
are options.
Description-md5:
Homepage: https://metacpan.org/release/Test-Distribution
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-distribution-perl/libtest-distribution-perl_2.00-7_all.deb