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

Last updated: May 17,2024

1. Install "liblog-contextual-perl" package

This guide covers the steps necessary to install liblog-contextual-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "liblog-contextual-perl" package

Please follow the step by step instructions below to uninstall liblog-contextual-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblog-contextual-perl
Priority: optional
Section: universe/perl
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.006005-1
Depends: perl, libdata-dumper-concise-perl, libexporter-declare-perl, libmoo-perl (>= 1.003)
Suggests: liblog-log4perl-perl
Filename: pool/universe/libl/liblog-contextual-perl/liblog-contextual-perl_0.006005-1_all.deb
Size: 44722
MD5sum: 645c4c3721526ebffe2c2ca9a8213ea0
SHA1: f920117ebe423237c719454c8bf8145c9b0bffbe
SHA256: b3100f01bfcac0bc028f7e0269082d0f33016190fe84030bd4630391ec48b1a6
Description-en: module for simple contextual logging
Log::Contextual is a Perl module that provides an implementation-independent
interface for simple data logging. It supports painless switching between any
logger that implements the defined interface, either for the entire program
(using set_logger) or for a given section of code (using with_logger).
.
The framework supports many logging levels that are enabled using environment
variables (these are, in order of decreasing verbosity: trace, debug, info,
warn, error, and fatal).
.
This package includes simple loggers that can be seamlessly upgraded to more
advanced loggers, such as Log::Dispatchouli (see liblog-dispatchouli-perl).
Description-md5: 21c729690ede11969c4ac1574d2731ef
Homepage: https://metacpan.org/release/Log-Contextual
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu