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

Last updated: July 04,2024

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

Please follow the instructions below to install perl-Sys-Syslog.x86_64 on AlmaLinux 9

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

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

This is a short guide on how to uninstall perl-Sys-Syslog.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 2:35:15 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Sys-Syslog
Version : 0.36
Release : 461.el9
Architecture : x86_64
Size : 47 k
Source : perl-Sys-Syslog-0.36-461.el9.src.rpm
Repository : 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).