Skip to content

Install Instructions: Ubuntu

askkemp edited this page Jul 28, 2017 · 1 revision

Installing on Ubuntu

NOTE: These instructions are slightly out of date in regard to the requirements needed to make the Laika BOSS scanning modules run. Please see the CentOS/RHEL/Fedora instructions to guide you through the install.

  1. Install framework dependencies:

    apt-get install yara python-yara python-progressbar python-pip
    pip install interruptingcow
  2. Install network client and server dependencies:

    apt-get install libzmq3 python-zmq python-gevent python-pexpect
  3. Install module dependencies:

    apt-get install python-ipy python-m2crypto python-pyclamd liblzma5 libimage-exiftool-perl python-msgpack libfuzzy-dev python-cffi python-dev unrar
    pip install fluent-logger olefile ssdeep py-unrar2 pylzma javatools
    wget https://github.com/smarnach/pyexiftool/archive/master.zip
    unzip master.zip
    cd pyexiftool-master
    python setup.py build
    python setup.py install
    wget https://github.com/erocarrera/pefile/archive/pefile-1.2.10-139.tar.gz
    tar vxzf pefile-1.2.10-139.tar.gz
    cd pefile-1.2.10-139
    python setup.py build
    python setup.py install