EVL – QVD Utils

Table of Contents


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

Copyright © 2017–2020 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.

Trial – Linux DEB

I.e. Ubuntu, Debian, etc.

Get the package from https://www.evltool.com/downloads and

tar xvf evl-qvd-utils-trial.ubuntu.deb.tar
sudo apt install ./evl-common_2.4*_amd64.deb
sudo apt install ./evl-qvd-utils_2.4*_amd64.deb

Then to initiate the installation for current user, add PATHs to your ‘~/.bashrc’:

cat <<EOF >> ~/.bashrc
export LIBRARY_PATH="/opt/EVL-2.4/lib:\$LIBRARY_PATH"
export MANPATH="/opt/EVL-2.4/share/man:\$MANPATH"
export PATH="/opt/EVL-2.4/bin:\$PATH"
EOF