How to Install and Uninstall libtest-exit-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "libtest-exit-perl" package

Please follow the guidance below to install libtest-exit-perl on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the libtest-exit-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtest-exit-perl
Architecture: all
Version: 0.11-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 19
Depends: perl:any, perl, libreturn-multilevel-perl
Filename: pool/universe/libt/libtest-exit-perl/libtest-exit-perl_0.11-1.1_all.deb
Size: 6212
MD5sum: f386c6deec15760c8cbad73041d75921
SHA1: ff95bef61b6865f0e676fbccc68d994b8fae297b
SHA256: 66a4547e47fd6492d8a4109186f7750d0d5af35a3fe31bd61e6b0d93635e960a
SHA512: 0c20c4eb27fbfa668e841c1f79b69010146b347baa08d940904dc660097adddcb5d0e83b91af90701fc15fa748c538d20f92895162a5abe142d137443750d411
Homepage: https://metacpan.org/release/Test-Exit/
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