How to Install and Uninstall liberror-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "liberror-perl" package

Here is a brief guide to show you how to install liberror-perl on Kali Linux

$ sudo apt update $ sudo apt install liberror-perl

2. Uninstall "liberror-perl" package

Please follow the step by step instructions below to uninstall liberror-perl on Kali Linux:

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

3. Information about the liberror-perl package on Kali Linux

Package: liberror-perl
Version: 0.17029-2
Installed-Size: 73
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 29032
SHA256: 5a466348531b9c38c8e5ccb18c231f27a98b9fdab61b37ea22592553de5d2ced
SHA1: 2209e421e199ef9263d21f6ffd58e03649f3f5ea
MD5sum: eaea5a1493871ce13a915c37094f03e3
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Error
Tag: devel::debugger, devel::lang:perl, devel::library, implemented-in::perl,
role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libe/liberror-perl/liberror-perl_0.17029-2_all.deb