How To Install perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7
Introduction
In this tutorial we learn how to install perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7.
What is perl-Log-Log4perl-Appender-Socket-UNIX
This is a simple appender for writing to a unix domain socket. It relies on Socket and only logs to an existing socket.
We can use yum or dnf to install perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Log-Log4perl-Appender-Socket-UNIX.
Install perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install perl-Log-Log4perl-Appender-Socket-UNIX using yum by running the following command:
sudo yum -y install perl-Log-Log4perl-Appender-Socket-UNIX
Install perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install perl-Log-Log4perl-Appender-Socket-UNIX using dnf by running the following command:
sudo dnf -y install perl-Log-Log4perl-Appender-Socket-UNIX
How To Uninstall perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7
To uninstall only the perl-Log-Log4perl-Appender-Socket-UNIX package we can use the following command:
sudo dnf remove perl-Log-Log4perl-Appender-Socket-UNIX
References
Summary
In this tutorial we learn how to install perl-Log-Log4perl-Appender-Socket-UNIX on CentOS 7 using yum and dnf.