How to Install and Uninstall sec.noarch Package on CentOS 8 / RHEL 8

Last updated: June 21,2024

1. Install "sec.noarch" package

Please follow the guidance below to install sec.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install sec.noarch

2. Uninstall "sec.noarch" package

Please follow the steps below to uninstall sec.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove sec.noarch $ sudo dnf autoremove

3. Information about the sec.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:30:45 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : sec
Version : 2.8.3
Release : 1.el8
Architecture : noarch
Size : 143 k
Source : sec-2.8.3-1.el8.src.rpm
Repository : epel
Summary : Simple Event Correlator script to filter log file entries
URL : https://simple-evcorr.github.io/
License : GPLv2+
Description : SEC is a simple event correlation tool that reads lines from files, named
: pipes, or standard input, and matches the lines with regular expressions,
: Perl subroutines, and other patterns for recognizing input events.
: Events are then correlated according to the rules in configuration files,
: producing output events by executing user-specified shell commands, by
: writing messages to pipes or files, etc.