How To Install prelude-tools on Fedora 36

In this tutorial we learn how to install prelude-tools in Fedora 36. prelude-tools is Command-line tools for libprelude

Introduction

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

What is prelude-tools

Provides a convenient interface for sending alerts to Prelude Manager.

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

Install prelude-tools 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-tools using dnf by running the following command:

sudo dnf -y install prelude-tools

Install prelude-tools 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-tools using yum by running the following command:

sudo yum -y install prelude-tools

How To Uninstall prelude-tools on Fedora 36

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

sudo dnf remove prelude-tools

prelude-tools Package Contents on Fedora 36

/etc/prelude
/etc/prelude/default
/etc/prelude/default/client.conf
/etc/prelude/default/global.conf
/etc/prelude/default/idmef-client.conf
/etc/prelude/default/tls.conf
/etc/prelude/profile
/usr/bin/prelude-adduser
/usr/bin/prelude-admin
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/8a12f71fa3089e3d1b9f0a06215eee8eef77e3
/usr/share/man/man1/prelude-admin.1.gz
/var/spool/prelude

References

Summary

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