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

Last updated: May 18,2024

1. Install "libtest-exit-perl" package

Learn how to install libtest-exit-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-exit-perl" package

This tutorial shows how to uninstall libtest-exit-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-exit-perl
Priority: optional
Section: universe/perl
Installed-Size: 48
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-1
Depends: perl, libreturn-multilevel-perl
Filename: pool/universe/libt/libtest-exit-perl/libtest-exit-perl_0.11-1_all.deb
Size: 6972
MD5sum: 6b43609304eed21cd8d7b88fbd6b6f8a
SHA1: f6634fe9220200e0cd22e7484452e743449f69fd
SHA256: 21324fb606ed841d8b79c3b857cdd37b48491b17fc4eedaaac6deb22d4bc56d9
Description-en: Perl module for testing whether code exits without terminating
Test::Exit provides some simple tools for testing that code does or does not
call exit(), while stopping code that does exit at the point of the exit().
Currently it does so by means of exceptions, so it will not function properly
if the code under test calls exit() inside of an eval block or string.
.
The only criterion tested is that the supplied code does or does not call
exit(). If the code throws an exception, the exception will be propagated and
you will have to call it yourself. die()ing is not exiting for the purpose of
these tests.
Description-md5: 7784b36020324af04b0329d7609fc5c5
Homepage: https://metacpan.org/release/Test-Exit/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu