How to Install and Uninstall sec.noarch Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "sec.noarch" package

Learn how to install sec.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install sec.noarch

2. Uninstall "sec.noarch" package

This guide let you learn how to uninstall sec.noarch on Oracle Linux 9:

$ sudo dnf remove sec.noarch $ sudo dnf autoremove

3. Information about the sec.noarch package on Oracle Linux 9

Last metadata expiration check: 1:43:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sec
Version : 2.9.2
Release : 1.el9
Architecture : noarch
Size : 144 k
Source : sec-2.9.2-1.el9.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.