How to Install and Uninstall liberror-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

1. Install "liberror-perl" package

This guide covers the steps necessary to install liberror-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install liberror-perl

2. Uninstall "liberror-perl" package

This is a short guide on how to uninstall liberror-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the liberror-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: liberror-perl
Architecture: all
Version: 0.17029-1
Multi-Arch: foreign
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 71
Depends: perl:any
Filename: pool/main/libe/liberror-perl/liberror-perl_0.17029-1_all.deb
Size: 26460
MD5sum: 5eebb1fca56b3e80cd9cb01d4483323c
SHA1: f45726a4632e613fb4e886ff064b0a06ed54d6bb
SHA256: 13c044def376282cd2a6a4b21e5ec829a6ac8aecd745183df22570e320cec08e
SHA512: d9273647d7c40b5069f8fb2262768fd91c46f203d2411517167b14a3d0bc14ef56552939c6880c6215a098223e1eee0acbb4dbe5c9e345ba3f7dbc75aed95f16
Homepage: https://metacpan.org/release/Error
Description-en: Perl module for error/exception handling in an OO-ish way
The Error module provides two interfaces. Firstly "Error" provides a
procedural interface to exception handling. Secondly "Error" is a base class
for errors/exceptions that can either be thrown, for subsequent catch, or can
simply be recorded.
.
Errors in the class "Error" should not be thrown directly, but the user
should throw errors from a sub-class of "Error".
.
Warning: Using the "Error" module is no longer recommended due to the
black-magical nature of its syntactic sugar, which often tends to break. Its
maintainers have stopped actively writing code that uses it, and discourage
people from doing so.
.
Recommended alternatives are Exception::Class (libexception-class-perl),
Error::Exception (not packaged), TryCatch (libtrycatch-perl), and Try::Tiny
(libtry-tiny-perl).
Description-md5: 7c2a471a2833eff06851f0e4e06c4e8c
Task: server, cloud-image, server-raspi, lubuntu-desktop