How To Install libprelude on Fedora 34

libprelude is Secure Connections between all Sensors and the Prelude Manager Secure Connections between all Sensors and the Prelude Manager

Introduction

In this tutorial we learn how to install libprelude on Fedora 34.

What is libprelude

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. libprelude 5.2.0 4.fc34 x86_64 341 k libprelude-5.2.0-4.fc34.src.rpm fedora Secure Connections between all Sensors and the Prelude Manager https LGPL-2.1+ 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.

We can use yum or dnf to install libprelude on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libprelude.

Install libprelude on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libprelude using dnf by running the following command:

sudo dnf -y install libprelude

Install libprelude on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libprelude using yum by running the following command:

sudo yum -y install libprelude

How To Uninstall libprelude on Fedora 34

To uninstall only the libprelude package we can use the following command:

sudo dnf remove libprelude

libprelude Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/f538c963d3ae58746a316e0d1a2b6b5d99a331
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/c63df303fd490cfdf689d4a7d89664f2b06912
/usr/lib64/libprelude.so.28
/usr/lib64/libprelude.so.28.1.0
/usr/lib64/libpreludecpp.so.12
/usr/lib64/libpreludecpp.so.12.0.1
/usr/share/doc/libprelude
/usr/share/doc/libprelude/AUTHORS
/usr/share/doc/libprelude/NEWS
/usr/share/doc/libprelude/README
/usr/share/licenses/libprelude
/usr/share/licenses/libprelude/COPYING
/usr/share/licenses/libprelude/HACKING.README
/usr/share/licenses/libprelude/LICENSE.README
/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/b2ae7ba7ffa9c6b792bad29bd0a353897f1b46
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/d2d472124876d97f80dfa66b4c9a2ab2505438
/usr/lib/libprelude.so.28
/usr/lib/libprelude.so.28.1.0
/usr/lib/libpreludecpp.so.12
/usr/lib/libpreludecpp.so.12.0.1
/usr/share/doc/libprelude
/usr/share/doc/libprelude/AUTHORS
/usr/share/doc/libprelude/NEWS
/usr/share/doc/libprelude/README
/usr/share/licenses/libprelude
/usr/share/licenses/libprelude/COPYING
/usr/share/licenses/libprelude/HACKING.README
/usr/share/licenses/libprelude/LICENSE.README

References

Summary

In this tutorial we learn how to install libprelude on Fedora 34 using yum and dnf.