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

Last updated: May 03,2024

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

Learn how to install libexception-class-trycatch-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libexception-class-trycatch-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libexception-class-trycatch-perl
Priority: optional
Section: universe/perl
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.13-1
Depends: perl, libexception-class-perl
Filename: pool/universe/libe/libexception-class-trycatch-perl/libexception-class-trycatch-perl_1.13-1_all.deb
Size: 14166
MD5sum: 53b1606a995595fad5dc66f304d0af76
SHA1: f5966daaf0c4cda21d0a90adc248034d7378731e
SHA256: 7560ebf73dcae5ad022447c40d527dfe5e0fa5314bd5b2c169a7dad1e227ea92
Description-en: 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: 9d142d32c661bcb6d5bd0de0ea73eef2
Homepage: https://metacpan.org/release/Exception-Class-TryCatch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu