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

Last updated: May 09,2024

1. Install "libtrycatch-perl" package

Please follow the guidelines below to install libtrycatch-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtrycatch-perl

2. Uninstall "libtrycatch-perl" package

This guide covers the steps necessary to uninstall libtrycatch-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtrycatch-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtrycatch-perl
Architecture: amd64
Version: 1.003002-2build6
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 67
Depends: libc6 (>= 2.3.4), perl (>= 5.32.0-4), perlapi-5.32.0, libdevel-declare-perl, libmoose-perl, libmoosex-types-perl, libparse-method-signatures-perl, libscope-upper-perl, libsub-exporter-perl, libvariable-magic-perl, libb-hooks-endofscope-perl (>= 0.12), libb-hooks-op-check-perl (>= 0.18), libb-hooks-op-ppaddr-perl (>= 0.03), libextutils-depends-perl (>= 0.302), libnamespace-clean-perl (>= 0.20)
Filename: pool/universe/libt/libtrycatch-perl/libtrycatch-perl_1.003002-2build6_amd64.deb
Size: 17212
MD5sum: aba473cce8ca729376a1a5238840ca08
SHA1: 32ed82fed4a6bfb8243932fd461e0e75366635d2
SHA256: 95ec5f18a50198aae95b6650a358038ac9e056ba0ab23de2ea419acc426c246d
SHA512: 2c3e40b3f34c172c502867651af31e66b501b436d7de404311ccda74000cafc838da22bd29e758f86d0850fb8beb621af8bc10af455beabc0df240da5bd0908d
Homepage: http://search.cpan.org/dist/TryCatch/
Description-en: first class try catch semantics for Perl
TryCatch aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using "eval {}; if ($@) {}" is often
prone to subtle bugs, primarily that its far too easy to stomp on the
error in error handlers. And also eval/if isn't the nicest idiom.
Description-md5: a92b1e0cf1f6d7b1d85a9a4fda7f1365