How to Install and Uninstall libprelude.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "libprelude.x86_64" package

In this section, we are going to explain the necessary steps to install libprelude.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libprelude.x86_64

2. Uninstall "libprelude.x86_64" package

This guide covers the steps necessary to uninstall libprelude.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libprelude.x86_64 $ sudo dnf autoremove

3. Information about the libprelude.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:44:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libprelude
Version : 5.2.0
Release : 1.el8
Architecture : x86_64
Size : 326 k
Source : libprelude-5.2.0-1.el8.src.rpm
Repository : epel
Summary : Secure Connections between all Sensors and the Prelude Manager
URL : https://www.prelude-siem.org/
License : LGPL-2.1+
Description : Libprelude is a collection of generic functions providing communication
: between all Sensors, like IDS (Intrusion Detection System), and the Prelude
: Manager. It provides a convenient interface for sending and receiving IDMEF
: (Information and Event Message Exchange Format) alerts to Prelude Manager with
: transparent SSL, fail-over and replication support, asynchronous events and
: timer interfaces, an abstracted configuration API (hooking at the command-line,
: the configuration line, or wide configuration, available from the Manager), and
: a generic plugin API. It allows you to easily turn your favorite security
: program into a Prelude sensor.