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

Last updated: May 18,2024

1. Install "libfailures-perl" package

Learn how to install libfailures-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfailures-perl

2. Uninstall "libfailures-perl" package

This guide covers the steps necessary to uninstall libfailures-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfailures-perl
Priority: optional
Section: universe/perl
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.004-1
Depends: perl, libclass-tiny-perl
Filename: pool/universe/libf/libfailures-perl/libfailures-perl_0.004-1_all.deb
Size: 16928
MD5sum: c93a58282efb713b1eb18f3e3fa0b589
SHA1: afc71c1bc2609ac2407a6fda54d5c72c2ca76e83
SHA256: 14507084dbef77f212d9a94ad49b472ab9703d6a5d9a571fcb0168a54c256d3e
Description-en: minimalist exception hierarchy generator
The failures module lets you define an exception hierarchy quickly and simply.
.
The design goals were:
.
• minimalist interface
• 80% of features in 20% of lines of code
• depend only on core modules (nearly achieved)
• support hierarchical error types
• identify errors types by name (class) not by parsing strings
• leave (possibly expensive) trace decisions to the thrower
Description-md5: 6c87e18e3305bca1cd0da11c930fd0fa
Homepage: https://metacpan.org/release/failures
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu