How to Install and Uninstall libexception-class-trycatch-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libexception-class-trycatch-perl" package

Please follow the guidance below to install libexception-class-trycatch-perl on Kali Linux

$ sudo apt update $ sudo apt install libexception-class-trycatch-perl

2. Uninstall "libexception-class-trycatch-perl" package

This is a short guide on how to uninstall libexception-class-trycatch-perl on Kali Linux:

$ sudo apt remove libexception-class-trycatch-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libexception-class-trycatch-perl package on Kali Linux

Package: libexception-class-trycatch-perl
Version: 1.13-2
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: perl, libexception-class-perl
Size: 15172
SHA256: 1e02bc997f6969e7c0748bc8509131e25e614f1e0d24e9369eb2eb9a3b1251ff
SHA1: d8d92d9e654948691fb4686d8d8e38733b245ebf
MD5sum: a9f374227bb62ac39f2322729c58209e
Description: syntactic try/catch sugar for use with Exception::Class
Exception::Class::TryCatch provides syntactic sugar for use with
Exception::Class using the familiar keywords try and catch. Its
primary objective is to allow users to avoid dealing directly with $@ by
ensuring that any exceptions caught in an eval are captured as
Exception::Class objects, whether they were thrown objects to begin with or
whether the error resulted from die. This means that users may immediately
use isa and various Exception::Class methods to process the exception.
.
In addition, this module provides for a method to push errors onto a hidden
error stack immediately after an eval so that cleanup code or other error
handling may also call eval without the original error in $@ being lost.
Description-md5:
Homepage: https://metacpan.org/release/Exception-Class-TryCatch
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libe/libexception-class-trycatch-perl/libexception-class-trycatch-perl_1.13-2_all.deb