How to Install and Uninstall libtest-distmanifest-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libtest-distmanifest-perl" package

This is a short guide on how to install libtest-distmanifest-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-distmanifest-perl" package

This is a short guide on how to uninstall libtest-distmanifest-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtest-distmanifest-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtest-distmanifest-perl
Priority: optional
Section: universe/perl
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.014-2
Depends: perl, libmodule-manifest-perl
Filename: pool/universe/libt/libtest-distmanifest-perl/libtest-distmanifest-perl_1.014-2_all.deb
Size: 14422
MD5sum: 1f1e6bb53ba2d5f94a0863b45741319a
SHA1: bf51eef46aab1875b52aa355190aa8e92d4336f9
SHA256: 393911e9081e08f8492f0bac0a1b36657c94e437f9ba25e1fda3be3e8b5f3acb
Description-en: 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: f9f0930a1d8507784d1933384eddfd4d
Homepage: https://metacpan.org/release/Test-DistManifest
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu