User Tools

Site Tools


ubuntu:ossec:install_ossec

Ubuntu - OSSEC - Install OSSEC

Prerequisites

Installation of OSSEC involves some compiling, so you need gcc and make installed.

You can install both by installing a single package called build-essential.

You also need to install a package called inotify-tools, which is required for real-time alerting to work.

sudo aptitude update
sudo aptitude install build-essential inotify-tools

If database support is needed mysql-dev or postgresql-dev should be installed.

Run the following command to install these packages.

# apt-get install mysql-dev postgresql-dev

Download and Verify OSSEC

References

ubuntu/ossec/install_ossec.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki