How To Install perl-Log-Contextual on Rocky Linux 8

In this tutorial we learn how to install perl-Log-Contextual on Rocky Linux 8. perl-Log-Contextual is Simple logging interface with a contextual log

Introduction

In this tutorial we learn how to install perl-Log-Contextual on Rocky Linux 8.

What is perl-Log-Contextual

This module is a simple interface to extensible logging. It is bundled with a really basic logger, Log should use a real logger instead of that. For something more serious but not overly complicated, try Log

We can use yum or dnf to install perl-Log-Contextual on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Log-Contextual.

Install perl-Log-Contextual on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Log-Contextual using dnf by running the following command:

sudo dnf -y install perl-Log-Contextual

Install perl-Log-Contextual on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Log-Contextual using yum by running the following command:

sudo yum -y install perl-Log-Contextual

How To Uninstall perl-Log-Contextual on Rocky Linux 8

To uninstall only the perl-Log-Contextual package we can use the following command:

sudo dnf remove perl-Log-Contextual

perl-Log-Contextual Package Contents on Rocky Linux 8

/usr/share/doc/perl-Log-Contextual
/usr/share/doc/perl-Log-Contextual/Changes
/usr/share/doc/perl-Log-Contextual/README
/usr/share/licenses/perl-Log-Contextual
/usr/share/licenses/perl-Log-Contextual/LICENSE
/usr/share/man/man3/Log::Contextual.3pm.gz
/usr/share/man/man3/Log::Contextual::Easy::Default.3pm.gz
/usr/share/man/man3/Log::Contextual::Easy::Package.3pm.gz
/usr/share/man/man3/Log::Contextual::Role::Router.3pm.gz
/usr/share/man/man3/Log::Contextual::Role::Router::HasLogger.3pm.gz
/usr/share/man/man3/Log::Contextual::Role::Router::SetLogger.3pm.gz
/usr/share/man/man3/Log::Contextual::Role::Router::WithLogger.3pm.gz
/usr/share/man/man3/Log::Contextual::Router.3pm.gz
/usr/share/man/man3/Log::Contextual::SimpleLogger.3pm.gz
/usr/share/man/man3/Log::Contextual::TeeLogger.3pm.gz
/usr/share/man/man3/Log::Contextual::WarnLogger.3pm.gz
/usr/share/perl5/vendor_perl/Log
/usr/share/perl5/vendor_perl/Log/Contextual
/usr/share/perl5/vendor_perl/Log/Contextual.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Easy
/usr/share/perl5/vendor_perl/Log/Contextual/Easy/Default.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Easy/Package.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Role
/usr/share/perl5/vendor_perl/Log/Contextual/Role/Router
/usr/share/perl5/vendor_perl/Log/Contextual/Role/Router.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Role/Router/HasLogger.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Role/Router/SetLogger.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Role/Router/WithLogger.pm
/usr/share/perl5/vendor_perl/Log/Contextual/Router.pm
/usr/share/perl5/vendor_perl/Log/Contextual/SimpleLogger.pm
/usr/share/perl5/vendor_perl/Log/Contextual/TeeLogger.pm
/usr/share/perl5/vendor_perl/Log/Contextual/WarnLogger.pm

References

Summary

In this tutorial we learn how to install perl-Log-Contextual on Rocky Linux 8 using yum and dnf.