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

Last updated: June 26,2024

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

Please follow the guidelines below to install perl-Sys-Syslog.x86_64 on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-Sys-Syslog.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:34:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sys-Syslog
Version : 0.36
Release : 461.el9
Architecture : x86_64
Size : 54 k
Source : perl-Sys-Syslog-0.36-461.el9.src.rpm
Repository : ol9_appstream
Summary : Perl interface to the UNIX syslog(3) calls
URL : https://metacpan.org/release/Sys-Syslog
License : GPL+ or Artistic
Description : Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with
: a string priority and a list of printf() arguments just like at syslog(3).