How To Install perl-Log-Message.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-Log-Message.noarch on Amazon Linux 2.
What is perl-Log-Message.noarch
This package enables you to do generic message logging throughout programs and projects. Every message will be logged with stack traces, time stamps and so on. You can use built-in handlers immediately, or after the fact when you inspect the error stack. It is highly configurable and let’s you even provide your own handlers for dealing with messages.
We can use yum to install perl-Log-Message.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Log-Message.noarch.
Install perl-Log-Message.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Log-Message.noarch using yum by running the following command:
sudo yum -y install perl-Log-Message.noarch
How To Uninstall perl-Log-Message.noarch on Amazon Linux 2
To uninstall only the perl-Log-Message.noarch package we can use the following command:
sudo yum remove perl-Log-Message.noarch
perl-Log-Message.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Log-Message-0.08
/usr/share/doc/perl-Log-Message-0.08/CHANGES
/usr/share/doc/perl-Log-Message-0.08/README
/usr/share/man/man3/Log::Message.3pm.gz
/usr/share/man/man3/Log::Message::Config.3pm.gz
/usr/share/man/man3/Log::Message::Handlers.3pm.gz
/usr/share/man/man3/Log::Message::Item.3pm.gz
/usr/share/perl5/vendor_perl/Log
/usr/share/perl5/vendor_perl/Log/Message
/usr/share/perl5/vendor_perl/Log/Message.pm
/usr/share/perl5/vendor_perl/Log/Message/Config.pm
/usr/share/perl5/vendor_perl/Log/Message/Handlers.pm
/usr/share/perl5/vendor_perl/Log/Message/Item.pm
References
Summary
In this tutorial we learn how to install perl-Log-Message.noarch on Amazon Linux 2 using yum.