prelude-manager command not found

In this troubleshooting guide we learn how to fix prelude-manager command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

prelude-manager: command not found

or when using sudo you get the following error message

sudo: prelude-manager: command not found

Solutions to prelude-manager: command not found

How To Fix prelude-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu prelude-manager is provided by prelude-manager package.

prelude-manager is:

Prelude Manager is the main program of the Prelude SIEM suite. It is a multithreaded server which handles connections from the Prelude sensors. It is able to register local or remote sensors, let the operator configure them remotely, receive alerts, and store alerts in a database or any format supported by reporting plugins, thus providing centralized logging and analysis. The IDMEF standard is used for alert representation. Support for filtering plugins allows you to hook in different places in the Manager to define custom criteria for alert relaying and logging.

This package provides the Prelude Manager, which is a high availability server that accepts secured connections from distributed sensors or other managers and saves received events to a media specified by the user (database, log files, mail, etc).

To fix this problem, we can install more using the command below.

sudo apt-get -y install prelude-manager

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install prelude-manager.

sudo apt -y install prelude-manager

Or if you have aptitude installed you can use the following command.

sudo aptitude install prelude-manager

Summary

In this tutorial we learn how to fix prelude-manager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.