How to Install and Uninstall liblog-any-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "liblog-any-perl" package

This tutorial shows how to install liblog-any-perl on Kali Linux

$ sudo apt update $ sudo apt install liblog-any-perl

2. Uninstall "liblog-any-perl" package

Please follow the guidelines below to uninstall liblog-any-perl on Kali Linux:

$ sudo apt remove liblog-any-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblog-any-perl package on Kali Linux

Package: liblog-any-perl
Version: 1.717-1
Installed-Size: 191
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libscalar-list-utils-perl
Recommends: libdevel-stacktrace-perl
Size: 78904
SHA256: a836a62f71e51f1c59f8052484657a0896370e7bb8a5fb6d54cb43fd963ab054
SHA1: 66d234af61e48b154fb312b7d61ebc3b9374d049
MD5sum: 3695d2f85fdb924d9fcebcd3994e4e7a
Description: Perl module to log messages safely and efficiently
Log::Any allows CPAN modules to safely and efficiently log messages, while
letting the application choose (or decline to choose) a logging mechanism
such as Log::Dispatch or Log::Log4perl.
.
Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6, which
makes it appropriate for even small CPAN modules to use. It defaults to
'null' logging activity, so a module can safely log without worrying about
whether the application has chosen (or will ever choose) a logging mechanism.
.
The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.
Description-md5:
Homepage: https://metacpan.org/release/Log-Any
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libl/liblog-any-perl/liblog-any-perl_1.717-1_all.deb