How to Install and Uninstall libtest-exit-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libtest-exit-perl" package

Please follow the step by step instructions below to install libtest-exit-perl on Kali Linux

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

2. Uninstall "libtest-exit-perl" package

Please follow the guidance below to uninstall libtest-exit-perl on Kali Linux:

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

3. Information about the libtest-exit-perl package on Kali Linux

Package: libtest-exit-perl
Version: 0.11-2
Installed-Size: 20
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, perl, libreturn-multilevel-perl
Size: 6808
SHA256: 2922a9b663807f170095efa46f529e08ba0dba32ad1788a0d2ed87181c7aa0e6
SHA1: d79356302e28f87e819f079f060d9cea44668bf9
MD5sum: 621bd7cd9d9433d749735819d1ebb753
Description: 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:
Homepage: https://metacpan.org/release/Test-Exit
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-exit-perl/libtest-exit-perl_0.11-2_all.deb