How to Install and Uninstall sec.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "sec.noarch" package

Please follow the guidance below to install sec.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install sec.noarch

2. Uninstall "sec.noarch" package

This tutorial shows how to uninstall sec.noarch on Rocky Linux 8:

$ sudo dnf remove sec.noarch $ sudo dnf autoremove

3. Information about the sec.noarch package on Rocky Linux 8

Last metadata expiration check: 0:31:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : sec
Version : 2.9.1
Release : 1.el8
Architecture : noarch
Size : 151 k
Source : sec-2.9.1-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.