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

Last updated: May 19,2024

1. Install "libtest-unit-perl" package

Here is a brief guide to show you how to install libtest-unit-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-unit-perl" package

In this section, we are going to explain the necessary steps to uninstall libtest-unit-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-unit-perl
Priority: optional
Section: universe/perl
Installed-Size: 228
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.25-3
Depends: perl, libclass-inner-perl, libdevel-symdump-perl, liberror-perl
Suggests: perl-tk
Filename: pool/universe/libt/libtest-unit-perl/libtest-unit-perl_0.25-3_all.deb
Size: 87314
MD5sum: 5fd32c1048d2810faf4b0510bccd9ade
SHA1: c926572a098880d2ef82a4e83403e82b07a567c3
SHA256: c3b366210bda8785d4d792eebfb77956bd9fb3ee568aa61e65ad55694f31f72e
Description-en: unit testing framework for Perl
Test::Unit::* is a sophisticated unit testing framework for Perl
that is derived from the JUnit testing framework for Java by Kent
Beck and Erich Gamma.
.
While this framework is originally intended to support unit
testing in an object-oriented development paradigm (with support
for inheritance of tests etc.), Test::Unit::Procedural is intended
to provide a simpler interface to the framework that is more
suitable for use in a scripting style environment.
Description-md5: ad3e7c412cafdade11b5286a32e1bad7
Homepage: https://metacpan.org/release/Test-Unit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu