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.8.0-1.el7.x86_64.rpm