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

Last updated: May 04,2024

1. Install "libtest-distmanifest-perl" package

This tutorial shows how to install libtest-distmanifest-perl on Kali Linux

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

2. Uninstall "libtest-distmanifest-perl" package

This guide covers the steps necessary to uninstall libtest-distmanifest-perl on Kali Linux:

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

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

Package: libtest-distmanifest-perl
Version: 1.014-3
Installed-Size: 46
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmodule-manifest-perl
Size: 17640
SHA256: 9717126dc165b1d9261af4a1594f36c074dc6c5d130db2d949aa87fcec2ed7ee
SHA1: 070d623f37ec60abb3e95e2ff2db6f3b3031d222
MD5sum: 3ca53dc49bf66c62a65dc8a9c6f9b862
Description: Perl module for verifying CPAN MANIFEST files
Test::DistManifest provides a simple method of testing that a MANIFEST
matches the distribution. It is similar to Test::CheckManifest, but differs
in that it has native support for the MANIFEST.SKIP file.
.
It tests three things:
.
1. Everything in MANIFEST exists
2. Everything in the package is listed in MANIFEST, or subsequently matches
a regular expression mask in MANIFEST.SKIP
3. Nothing exists in MANIFEST that also matches a mask in MANIFEST.SKIP,
which is an unsatisfiable condition
.
Much of the functionality is provided by Module::Manifest, so developers
wishing to manipulate MANIFEST files in a similar way are encouraged to look
at that distribution.
Description-md5:
Homepage: https://metacpan.org/release/Test-DistManifest
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-distmanifest-perl/libtest-distmanifest-perl_1.014-3_all.deb