prelude-correlator command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
prelude-correlator: command not found
or when using sudo you get the following error message
sudo: prelude-correlator: command not found
Solutions to prelude-correlator: command not found
How To Fix prelude-correlator: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu prelude-correlator is provided by prelude-correlator package.
prelude-correlator is:
Prelude-Correlator allows conducting multi-stream correlations thanks to a powerful programming language for writing correlation rules. With any type of alert able to be correlated, event analysis becomes simpler, quicker and more incisive. This correlation alert then appears within the Prewikka interface and indicates the potential target information via the set of correlation rules.
The features currently include:
- Rapid identification of important security events, enabling the analyst to assign task priorities
- Alert correlation originally from heterogeneous sensors deployed on the whole infrastructure
- Real-time analysis of events received by the Prelude Manager
To fix this problem, we can install more using the command below.
sudo apt-get -y install prelude-correlator
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install prelude-correlator.
sudo apt -y install prelude-correlator
Or if you have aptitude installed you can use the following command.
sudo aptitude install prelude-correlator
Summary
In this tutorial we learn how to fix prelude-correlator command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.