3 Installation and Settings
Installation
- Linux RPM – installation on RedHat-like systems,
- Linux DEB – installation on Debian-like systems,
- Trial – Windows – installation on Windows.
Standard, Premium and Enterprise Installation
3.1 Trial – 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
Get the package for your OS from https://www.evltool.com/downloads and
tar xvf evl-sql-utils-trial.*.rpm.tar
sudo dnf install ./evl-utils-2.8*.noarch.rpm
sudo dnf install ./evl-tool-2.8*.x86_64.rpm
sudo dnf install ./evl-sql-utils-2.8*.noarch.rpm
Then to initiate the installation for current user by
/opt/evl/bin/evl --init
3.2 Trial – Linux DEB
I.e. Ubuntu, Debian, etc.
Get the package from https://www.evltool.com/downloads and
tar xvf evl-sql-utils-trial.ubuntu.*.deb.tar
sudo apt install ./evl-utils_2.8*_all.deb
sudo apt install ./evl-tool_2.8*_amd64.deb
sudo apt install ./evl-sql-utils_2.8*_all.deb
Then initiate the installation for current user by
/opt/evl/bin/evl --init
3.3 Trial – Windows
There is no trial version of native package of SQL Utils for Microsoft Windows, however Windows Subsystem for Linux (WSL) might be used on Windows.
3.4 Standard, Premium and Enterprise Installation
After purchase appropriate version, a key file is available at https://www.evltool.com/downloads. Just place this key file:
-
on Linux systems as
/opt/evl/etc/evl_license_key
There is also possibility to set up RPM repository to get the latest version by regular system updates:
sudo dnf update
just ask support@evltool.com for details.