How to Install and Uninstall libmoox-role-logger-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libmoox-role-logger-perl" package

Learn how to install libmoox-role-logger-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmoox-role-logger-perl

2. Uninstall "libmoox-role-logger-perl" package

This guide covers the steps necessary to uninstall libmoox-role-logger-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmoox-role-logger-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmoox-role-logger-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmoox-role-logger-perl
Priority: optional
Section: universe/perl
Installed-Size: 73
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.005-1
Depends: liblog-any-perl, libmoo-perl, perl
Filename: pool/universe/libm/libmoox-role-logger-perl/libmoox-role-logger-perl_0.005-1_all.deb
Size: 10812
MD5sum: 5ec6884aa292c185e1057c0b85dc284f
SHA1: cf2bf050fa208b1aafed17bc1fbf31b4d8919af7
SHA256: b43db6b439fcf2e9794def2d9d0ee8a678f0e58183db060cdb8f0b4f7b88cb7b
Description-en: provide logging via Log::Any
MooX::Role::Logger provides universal logging via Log::Any. The class
using this role doesn't need to know or care about the details of log
configuration, implementation or destination.
.
Use it when you want your module to offer logging capabilities, but
don't know who is going to use your module or what kind of logging they
will implement. This role lets you do your part and leaves actual log
setup and routing to someone else.
.
The application that ultimately uses your module can then choose to
direct log messages somewhere based on its own needs and configuration
with Log::Any::Adapter.
.
This role is based on Moo so it should work with either Moo or Moose
based classes.
Description-md5: 19a62f652270869b98d7a234f621e649
Homepage: https://github.com/dagolden/MooX-Role-Logger
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu