How to Install and Uninstall perl-Unix-Syslog.x86_64 Package on Oracle Linux 9

Last updated: November 29,2024

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

This is a short guide on how to install perl-Unix-Syslog.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Unix-Syslog.x86_64

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

This guide covers the steps necessary to uninstall perl-Unix-Syslog.x86_64 on Oracle Linux 9:

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

3. Information about the perl-Unix-Syslog.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:23:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Unix-Syslog
Version : 1.1
Release : 41.el9
Architecture : x86_64
Size : 37 k
Source : perl-Unix-Syslog-1.1-41.el9.src.rpm
Repository : ol9_appstream
Summary : Perl interface to the UNIX syslog(3) calls
URL : https://metacpan.org/release/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.