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

Last updated: May 19,2024

1. Install "libtest-aggregate-perl" package

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

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

2. Uninstall "libtest-aggregate-perl" package

Please follow the guidance below to uninstall libtest-aggregate-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-aggregate-perl
Priority: optional
Section: universe/perl
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.372-2
Depends: perl, libtest-most-perl, libtest-nowarnings-perl
Recommends: libdata-dump-streamer-perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94), perltidy
Filename: pool/universe/libt/libtest-aggregate-perl/libtest-aggregate-perl_0.372-2_all.deb
Size: 35136
MD5sum: 32965d06240079362641a7d053761e24
SHA1: 288480f220f7307a504d232912e387619cb33c77
SHA256: 18c9638870627585def0fc714b1419ecffb09a881e3624e40f645e074796266c
Description-en: module for aggregating tests to make them run faster
A common problem with many test suites is that they can take a long time to
run. The longer they run, the less likely you are to run the tests.
.
Test::Aggregate borrows a trick from Apache::Registry to load up your tests
at once, create a separate package for each test and wraps each package in a
method named run_the_tests. This allows one to load perl only once and related
modules only once. If you have modules which are expensive to load, this can
dramatically speed up a test suite.
.
WARNING: this is ALPHA code. The interface is not guaranteed to be stable.
Further, check out Test::Aggregate::Nested (included with this distribution).
It's a more robust implemenation which does not have the same limitations as
Test::Aggregate.
Description-md5: 63c465db385328e83036765ac92b6f89
Homepage: https://metacpan.org/release/Test-Aggregate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu