EVL – ETL Tool


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2021 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Table of Contents

Linux – RPM

i.e. RedHat, CentOS, Fedora, Oracle Linux.

For CentOS 8 firstly install required packages from powertools repo:

sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --set-enabled powertools
sudo dnf install --enablerepo=powertools snappy-devel

To install all the libraries:

sudo dnf install -y gcc gcc-c++ zlib-devel libxml2 snappy-devel libicu \
  gettext findutils binutils coreutils procps-ng \
  info man sqlite bash-completion libaio openssl \
  boost-iostreams boost-filesystem boost-regex \
  boost-system boost-program-options

Use yum instead of dnf on older systems.

Then install EVL package itself. Package name might have different name, it depends on the system and/or edition. For example for CentOS version 7 it would be:

sudo dnf install evl-2.6.0-1.el7.x86_64.rpm