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

Last updated: May 21,2024

1. Install "liblog-fast-perl" package

This guide let you learn how to install liblog-fast-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "liblog-fast-perl" package

In this section, we are going to explain the necessary steps to uninstall liblog-fast-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblog-fast-perl
Priority: optional
Section: universe/perl
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.000006-1
Depends: perl, perl (>= 5.15.0) | libsys-syslog-perl (>= 0.29)
Filename: pool/universe/libl/liblog-fast-perl/liblog-fast-perl_1.000006-1_all.deb
Size: 15500
MD5sum: 462664b88b26f97674e1346dfcbf232c
SHA1: cd1e98f4023726ffdf251f9972ef1e4c8b7bd745
SHA256: 4b0fe6db5816f6ac8ab5bfd572b68b62f59a28b6ce3228a7068d9e73f227e984
Description-en: 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: 688497acffbba8ad5591844cd8e08524
Homepage: https://metacpan.org/release/Log-Fast
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu