How to Install and Uninstall libtry-tiny-smartcatch-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libtry-tiny-smartcatch-perl" package

In this section, we are going to explain the necessary steps to install libtry-tiny-smartcatch-perl on Kali Linux

$ sudo apt update $ sudo apt install libtry-tiny-smartcatch-perl

2. Uninstall "libtry-tiny-smartcatch-perl" package

Please follow the instructions below to uninstall libtry-tiny-smartcatch-perl on Kali Linux:

$ sudo apt remove libtry-tiny-smartcatch-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtry-tiny-smartcatch-perl package on Kali Linux

Package: libtry-tiny-smartcatch-perl
Version: 0.5-3
Installed-Size: 40
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 16416
SHA256: 4c31f41f7a629821241390c1939948c18f95f16a8704437b5f13a9a77c91a202
SHA1: b7feb5c4e79cd4dc4dc4c8b4a3f9803125d7ab20
MD5sum: 7841f78ed6208abd0217547bed3ca47d
Description: lightweight Perl module for powerful exceptions handling
Try::Tiny::SmartCatch's goals are mostly the same as Try::Tiny module,
but there are few changes to it's specification. Main difference is
possibility to catch just some kinds of exceptions in place of catching
everything. Another one is slightly changed syntax.
.
When raised exception is an object, Try::Tiny::SmartCatch will test for
exception type (using UNIVERSAL::isa). When raised exception is just a
text message (like "die ('message')"), there can be specified part of
message to test for.
.
There are also explicit sub blocks. In opposite to Try::Tiny, every
block in Try::Tiny::SmartCatch's "try", "catch_when", "catch_default",
"then" and "finally" must have explicit subroutines specified.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/mysz/try-tiny-smartcatch
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtry-tiny-smartcatch-perl/libtry-tiny-smartcatch-perl_0.5-3_all.deb