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

Last updated: May 17,2024

1. Install "libexception-class-perl" package

This guide covers the steps necessary to install libexception-class-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libexception-class-perl" package

Please follow the guidelines below to uninstall libexception-class-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libexception-class-perl
Architecture: all
Version: 1.44-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 62
Depends: perl, libclass-data-inheritable-perl, libdevel-stacktrace-perl (>= 2.00)
Filename: pool/main/libe/libexception-class-perl/libexception-class-perl_1.44-1_all.deb
Size: 25940
MD5sum: 6fbe99e7e5a18dad2b801ca58bee6994
SHA1: cdbfc0f34779e6678b96139c230af31c4e8ec610
SHA256: 76fb1713afe01d10ef26a2ceb21dd7660e0700ab58172d084a85c82fd0468cf5
SHA512: a22483672465f28ec2f845c40f387ea24c6312d1a6dc73aef1c178bf4ede8ca7ed916ab0ddcf6722dee6dad9df7712d2483822fd7ecc1082734e93ab45e677d4
Homepage: https://metacpan.org/release/Exception-Class
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
Task: ubuntu-mate-core, ubuntu-mate-desktop