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

Last updated: May 02,2024

1. Install "libexception-class-perl" package

Please follow the guidance below to install libexception-class-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libexception-class-perl" package

Here is a brief guide to show you how to uninstall libexception-class-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libexception-class-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.40-1
Depends: perl, libclass-data-inheritable-perl, libdevel-stacktrace-perl (>= 2.00)
Filename: pool/universe/libe/libexception-class-perl/libexception-class-perl_1.40-1_all.deb
Size: 23546
MD5sum: 2bc10bb519aab39cce953b0c9206636b
SHA1: 1e6cb1d33253752fafe82951277bf87666d67d2f
SHA256: 20e553a46b87607f78ee8cd9fd8a007fac1505fef3909a9e2c2f059f9a220268
Description-en: module that allows you to declare real exception classes in Perl
Exception::Class allows you to declare exceptions in your modules in a
manner similar to how exceptions are declared in Java.
.
It features a simple interface allowing programmers to 'declare'
exception classes at compile time. It also has a base exception
class, Exception::Class::Base, that can be used for classes stored in
files (aka modules ;) ) that are subclasses.
.
It is designed to make structured exception handling simpler and
better by encouraging people to use hierarchies of exceptions in their
applications.
Description-md5: fee2d46a930b8837b66c328030aa8d13
Homepage: https://metacpan.org/release/Exception-Class
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu