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

Last updated: May 11,2024

1. Install "liblog-loglite-perl" package

This is a short guide on how to install liblog-loglite-perl on Kali Linux

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

2. Uninstall "liblog-loglite-perl" package

Here is a brief guide to show you how to uninstall liblog-loglite-perl on Kali Linux:

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

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

Package: liblog-loglite-perl
Version: 0.82-9
Installed-Size: 34
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libio-lockedfile-perl
Size: 12528
SHA256: fdd67a75ff6598aa38f11fb6be485166020f3bc153f492b0981bf948401dccab
SHA1: a05697263b3f6eeeaf588c16c8b05e08daa3849e
MD5sum: fb25cbb0ae89c72248b8e6781a992841
Description: Perl module that facilitates lightweight logging
The Log::LogLite class helps create simple logs for an
application. The Log::LogLite object is created with a logging
level. The default logging level is 5. After the Log::LogLite object
is created, each call to the write method may write a new line in the
log file. If the level of the message is lower or equal to the
logging level, the message will be written to the log file. The
format of the logging messages can be controlled by changing the
template, and by defining a default message. The class uses the
IO::LockedFile class.
Description-md5:
Homepage: https://metacpan.org/release/Log-LogLite
Tag: admin::logging, devel::lang:perl, devel::library, implemented-in::perl,
works-with::logfile
Section: perl
Priority: optional
Filename: pool/main/libl/liblog-loglite-perl/liblog-loglite-perl_0.82-9_all.deb