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

Last updated: July 05,2024

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

Please follow the step by step instructions below to install perl-Sys-Syslog.src on Oracle Linux 8

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

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

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

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

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

Last metadata expiration check: 1:11:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Sys-Syslog
Version : 0.36
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 97 k
Source : None
Repository : ol8_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).