How To Install prelude-lml on Fedora 36

In this tutorial we learn how to install prelude-lml in Fedora 36. prelude-lml is Log analyzer sensor with IDMEF output

Introduction

In this tutorial we learn how to install prelude-lml on Fedora 36.

What is prelude-lml

The Prelude Log Monitoring Lackey (LML) is the host-based sensor program part of the Prelude SIEM suite. It can act as a centralized log collector for local or remote systems, or as a simple log analyzer (such as swatch). It can run as a network server listening on a syslog port or analyze log files. It supports log files in the BSD syslog format and is able to analyze any log file by using the PCRE library. It can apply log file specific analysis through plugins such as PAX. It can send an alert to the Prelude Manager when a suspicious log entry is detected.

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

Install prelude-lml on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install prelude-lml

Install prelude-lml on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install prelude-lml using yum by running the following command:

sudo yum -y install prelude-lml

How To Uninstall prelude-lml on Fedora 36

To uninstall only the prelude-lml package we can use the following command:

sudo dnf remove prelude-lml

prelude-lml Package Contents on Fedora 36

---
title: "How To Install prelude-lml on Fedora 36"
linkTitle: "prelude-lml"
type: "docs"
description: "In this tutorial we learn how to install prelude-lml in Fedora 36. prelude-lml is Log analyzer sensor with IDMEF output"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/prelude-lml-featured.png
---

## Introduction

In this tutorial we learn how to install `prelude-lml` on Fedora 36.

### What is `prelude-lml`

> The Prelude Log Monitoring Lackey (LML) is the host-based sensor program part of the Prelude SIEM suite. It can act as a centralized log collector for local or remote systems, or as a simple log analyzer (such as swatch). It can run as a network server listening on a syslog port or analyze log files. It supports log files in the BSD syslog format and is able to analyze any log file by using the PCRE library. It can apply log file specific analysis through plugins such as PAX. It can send an alert to the Prelude Manager when a suspicious log entry is detected.  
/etc/prelude-lml
/etc/prelude-lml/plugins.rules
/etc/prelude-lml/prelude-lml.conf
/run/prelude-lml
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/47c5fe682f27026a74c47fd90a3e4d153d00ff
/usr/lib/.build-id/62
/usr/lib/.build-id/62/9b28fab5a3f80eb385b47a4e7882ca416e274f
/usr/lib/.build-id/da
/usr/lib/.build-id/da/702e96b7eaaeafd359eddb488709d9f23d30ce
/usr/lib/systemd/system/prelude-lml.service
/usr/lib/tmpfiles.d/prelude-lml.conf
/usr/lib64/prelude-lml
/usr/lib64/prelude-lml/debug.so
/usr/lib64/prelude-lml/pcre.so
/usr/sbin/prelude-lml
/usr/share/doc/prelude-lml
/usr/share/doc/prelude-lml/README
/usr/share/licenses/prelude-lml
/usr/share/licenses/prelude-lml/COPYING
/usr/share/licenses/prelude-lml/HACKING.README
/var/lib/prelude-lml

We can use `yum` or `dnf` to install `prelude-lml` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install prelude-lml.

## Install prelude-lml on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash

References

Summary

In this tutorial we learn how to install prelude-lml on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

sudo dnf makecache –refresh


After updating yum database, We can install `prelude-lml` using `dnf` by running the following command:

```bash
sudo dnf -y install prelude-lml

Install prelude-lml on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install prelude-lml using yum by running the following command:

sudo yum -y install prelude-lml

How To Uninstall prelude-lml on Fedora 36

To uninstall only the prelude-lml package we can use the following command:

sudo dnf remove prelude-lml

prelude-lml Package Contents on Fedora 36

/etc/prelude-lml
/etc/prelude-lml/plugins.rules
/etc/prelude-lml/prelude-lml.conf
/run/prelude-lml
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/b51e0ccb6c60f87b9a4366a1b691fcdd4fe707
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/1017a799b292f001a783fe35f834eda88f5e18
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/d677b37c25e36b6dfeaa91b729fefef202fc42
/usr/lib/prelude-lml
/usr/lib/prelude-lml/debug.so
/usr/lib/prelude-lml/pcre.so
/usr/lib/systemd/system/prelude-lml.service
/usr/lib/tmpfiles.d/prelude-lml.conf
/usr/sbin/prelude-lml
/usr/share/doc/prelude-lml
/usr/share/doc/prelude-lml/README
/usr/share/licenses/prelude-lml
/usr/share/licenses/prelude-lml/COPYING
/usr/share/licenses/prelude-lml/HACKING.README
/var/lib/prelude-lml

References

Summary

In this tutorial we learn how to install prelude-lml on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).