How to Install and Uninstall libtry-tiny-smartcatch-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

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

Please follow the step by step instructions below to install libtry-tiny-smartcatch-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libtry-tiny-smartcatch-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtry-tiny-smartcatch-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtry-tiny-smartcatch-perl
Priority: optional
Section: universe/perl
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.5-1
Depends: perl
Filename: pool/universe/libt/libtry-tiny-smartcatch-perl/libtry-tiny-smartcatch-perl_0.5-1_all.deb
Size: 12334
MD5sum: c2a9e99800f836089445e668f26d5573
SHA1: c6506650002bddf7de48dc4f405e89389d24a661
SHA256: 1c3ea65e2d11fc2b3d929d56b0d9f23ba46860d1d157c082c962e52f0b9c9257
Description-en: 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: 5f13fc52e377d95f8bbc8df25bddc18e
Homepage: https://github.com/mysz/try-tiny-smartcatch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu