prewikka-crontab command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
prewikka-crontab: command not found
or when using sudo you get the following error message
sudo: prewikka-crontab: command not found
Solutions to prewikka-crontab: command not found
How To Fix prewikka-crontab: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu prewikka-crontab is provided by prewikka package.
prewikka is:
Prewikka is the graphical front-end analysis console for the Prelude SIEM. Providing numerous features, Prewikka facilitates the work of users and analysts. It provides alert aggregation and sensor and hearbeat views, and has configurable filters. Prewikka also provides access to external tools such as whois and traceroute.
To fix this problem, we can install more using the command below.
sudo apt-get -y install prewikka
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install prewikka.
sudo apt -y install prewikka
Or if you have aptitude installed you can use the following command.
sudo aptitude install prewikka
Summary
In this tutorial we learn how to fix prewikka-crontab command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.