How to Install and Uninstall rsyslog.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "rsyslog.x86_64" package

In this section, we are going to explain the necessary steps to install rsyslog.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install rsyslog.x86_64

2. Uninstall "rsyslog.x86_64" package

Please follow the guidance below to uninstall rsyslog.x86_64 on Rocky Linux 8:

$ sudo dnf remove rsyslog.x86_64 $ sudo dnf autoremove

3. Information about the rsyslog.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:54:53 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rsyslog
Version : 8.2102.0
Release : 7.el8_6.1
Architecture : x86_64
Size : 752 k
Source : rsyslog-8.2102.0-7.el8_6.1.src.rpm
Repository : appstream
Summary : Enhanced system logging and kernel message trapping daemon
URL : http://www.rsyslog.com/
License : (GPLv3+ and ASL 2.0)
Description : Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL,
: syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part,
: and fine grain output format control. It is compatible with stock sysklogd
: and can be used as a drop-in replacement. Rsyslog is simple to set up, with
: advanced features suitable for enterprise-class, encryption-protected syslog
: relay chains.