How to Install and Uninstall perl-Unix-Syslog.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 16,2024

1. Install "perl-Unix-Syslog.x86_64" package

Here is a brief guide to show you how to install perl-Unix-Syslog.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Unix-Syslog.x86_64

2. Uninstall "perl-Unix-Syslog.x86_64" package

This is a short guide on how to uninstall perl-Unix-Syslog.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Unix-Syslog.x86_64 $ sudo yum autoremove

3. Information about the perl-Unix-Syslog.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Unix-Syslog
Arch : x86_64
Version : 1.1
Release : 17.el7
Size : 51 k
Repo : installed
From repo : epel
Summary : Perl interface to the UNIX syslog(3) calls
URL : http://search.cpan.org/dist/Unix-Syslog/
License : Artistic 2.0
Description : This module provides an interface to the system logger syslogd(8)
: via Perl's XSUBs. The implementation attempts to resemble the
: native libc- functions of your system, so that anyone being
: familiar with syslog.h should be able to use this module right
: away.