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

Last updated: May 15,2024

1. Install "liblog-fast-perl" package

Please follow the steps below to install liblog-fast-perl on Kali Linux

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

2. Uninstall "liblog-fast-perl" package

This tutorial shows how to uninstall liblog-fast-perl on Kali Linux:

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

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

Package: liblog-fast-perl
Version: 2.0.1-2
Installed-Size: 41
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 15796
SHA256: 498e9198618c194ee6df823d78343b2586faa3b4b410de41add7ecc3fd74ba8b
SHA1: a2057e9fe0aafa81bc52543fd05373821f77962f
MD5sum: c0436e48812073f4872a6a8aa8a78f80
Description: fast and flexible logger
Log::Fast is very fast logger, designed for use in applications with thousands
high-level events/operations per second (like network servers with thousands
clients or web spiders which download hundreds url per second).
.
For example, on Core2Duo sending about 5000 messages to log on enabled log
levels or 20000 messages on disabled log levels in one second will slow down
your application only by 2-3%.
.
Comparing to some other CPAN modules, this one (in average): faster than
Log::Dispatch in about 45 times, faster than Log::Handler in about 15 times,
faster than Sys::Syslog in about 7 times, and slower than Log::Syslog::Fast in
about 2 times.
.
Features:
.
* Global and local logger objects
* Output to any open filehandle or local syslog
* 5 log levels: ERR, WARN, NOTICE, INFO, DEBUG
* Configurable prefix (log level, date/time, caller function name)
* sprintf() support
* Unicode support (UTF8)
* Can avoid calculating log message content on disabled log levels
Description-md5:
Homepage: https://metacpan.org/release/Log-Fast
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libl/liblog-fast-perl/liblog-fast-perl_2.0.1-2_all.deb