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

Last updated: November 15,2024

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

This tutorial shows how to install perl-Sys-Syslog.src on Oracle Linux 9

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

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

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

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

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

Last metadata expiration check: 3:35:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sys-Syslog
Version : 0.36
Release : 461.el9
Architecture : src
Size : 95 k
Source : None
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).