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

Last updated: May 09,2024

1. Install "libtrycatch-perl" package

Here is a brief guide to show you how to install libtrycatch-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtrycatch-perl

2. Uninstall "libtrycatch-perl" package

This guide let you learn how to uninstall libtrycatch-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtrycatch-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.003002-2build1
Depends: libc6 (>= 2.3.4), perl (>= 5.22.1-2), perlapi-5.22.1, 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-2build1_amd64.deb
Size: 16654
MD5sum: c86ca36b99f773e3a677fcdb2525495a
SHA1: bea0ffbbeb0530ca35aee2edd45d131aa1fb572e
SHA256: 94f70acbc343fc78eb0923ff3322b1feac2d0e86eea20c413e072ba753f9d1ec
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
Homepage: http://search.cpan.org/dist/TryCatch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu