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

Last updated: May 18,2024

1. Install "libtest-distribution-perl" package

Please follow the step by step instructions below to install libtest-distribution-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-distribution-perl" package

This guide covers the steps necessary to uninstall libtest-distribution-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-distribution-perl
Priority: extra
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.00-5
Depends: perl, libfile-find-rule-perl, libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-perl
Filename: pool/universe/libt/libtest-distribution-perl/libtest-distribution-perl_2.00-5_all.deb
Size: 14954
MD5sum: 7ca88b47f78b7214e7d986f8c0aac5a1
SHA1: 949349040dedd718bbd54a9c3d5a4359301d944b
SHA256: eb38dd180349b240d7923a6ad23b3af1dc5a8f4dc06a766820c1eb07d0abd8ce
Description-en: 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: 340a6494b3a8c17e68fe8344ceff0f9e
Homepage: https://metacpan.org/release/Test-Distribution
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu