How To Install perl-Log-Dispatch on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Log-Dispatch
on Rocky Linux 8.
What is perl-Log-Dispatch
Log multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs.
We can use yum
or dnf
to install perl-Log-Dispatch
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Log-Dispatch.
Install perl-Log-Dispatch 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-Dispatch
using dnf
by running the following command:
sudo dnf -y install perl-Log-Dispatch
Install perl-Log-Dispatch 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-Dispatch
using yum
by running the following command:
sudo yum -y install perl-Log-Dispatch
How To Uninstall perl-Log-Dispatch on Rocky Linux 8
To uninstall only the perl-Log-Dispatch
package we can use the following command:
sudo dnf remove perl-Log-Dispatch
perl-Log-Dispatch Package Contents on Rocky Linux 8
/usr/share/doc/perl-Log-Dispatch
/usr/share/doc/perl-Log-Dispatch/Changes
/usr/share/licenses/perl-Log-Dispatch
/usr/share/licenses/perl-Log-Dispatch/LICENSE
/usr/share/man/man3/Log::Dispatch.3pm.gz
/usr/share/man/man3/Log::Dispatch::ApacheLog.3pm.gz
/usr/share/man/man3/Log::Dispatch::Base.3pm.gz
/usr/share/man/man3/Log::Dispatch::Code.3pm.gz
/usr/share/man/man3/Log::Dispatch::Email.3pm.gz
/usr/share/man/man3/Log::Dispatch::Email::MIMELite.3pm.gz
/usr/share/man/man3/Log::Dispatch::Email::MailSend.3pm.gz
/usr/share/man/man3/Log::Dispatch::Email::MailSender.3pm.gz
/usr/share/man/man3/Log::Dispatch::Email::MailSendmail.3pm.gz
/usr/share/man/man3/Log::Dispatch::File.3pm.gz
/usr/share/man/man3/Log::Dispatch::File::Locked.3pm.gz
/usr/share/man/man3/Log::Dispatch::Handle.3pm.gz
/usr/share/man/man3/Log::Dispatch::Null.3pm.gz
/usr/share/man/man3/Log::Dispatch::Output.3pm.gz
/usr/share/man/man3/Log::Dispatch::Screen.3pm.gz
/usr/share/man/man3/Log::Dispatch::Syslog.3pm.gz
/usr/share/man/man3/Log::Dispatch::Types.3pm.gz
/usr/share/man/man3/Log::Dispatch::Vars.3pm.gz
/usr/share/perl5/vendor_perl/Log
/usr/share/perl5/vendor_perl/Log/Dispatch
/usr/share/perl5/vendor_perl/Log/Dispatch.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/ApacheLog.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Base.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Code.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Conflicts.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Email
/usr/share/perl5/vendor_perl/Log/Dispatch/Email.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Email/MIMELite.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Email/MailSend.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Email/MailSender.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Email/MailSendmail.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/File
/usr/share/perl5/vendor_perl/Log/Dispatch/File.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/File/Locked.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Handle.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Null.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Output.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Screen.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Syslog.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Types.pm
/usr/share/perl5/vendor_perl/Log/Dispatch/Vars.pm
References
Summary
In this tutorial we learn how to install perl-Log-Dispatch
on Rocky Linux 8 using yum and dnf.