Project

General

Profile

5.8.2. Installation on Linux

XILab package installs its files in the following directories:
/usr/bin/xilab - executable file
/usr/share/icons/xilab.png - Icon
/usr/share/xilab/scripts/ - directory scripts
/usr/share/xilab/profiles/ - directory with profiles
/usr/share/xilab/xilabdefault.cfg - file with the default settings

Debian / Ubuntu

Installing in graphical mode

Click on the file libximc6_x.y.z-1_i386.deb (for 32-bit versions of Linux) or libximc6_x.y.z-1_amd64.deb (for 64-bit versions of Linux). Installation window will appear. Click the Install package. This will install the libximc library.

Click on the file xilab_x.y.z-1_i386.deb (for 32-bit versions of Linux) or xilab_x.y.z-1_amd64.deb (for 64-bit versions of Linux). Installation window will appear. Click the Install package. Dependencies and Xilab application will be installed.

The text installer

Execute the following commands as super-user (root):

gdebi "<FILEPATH>/libximc6_<LIBVERSION>-1_<ARCH>.deb" 
gdebi "<FILEPATH>/xilab-<VERSION>-1_<ARCH>.deb" 
where <FILEPATH> is the path to package files (eg "/home/user/Downloads/"), <LIBVERSION> and <VERSION> are the version numbers of libximc library and xilab application respectively (for example, "2.0.2" and "1.8.12") and <ARCH> is the identifier of architecture ("i386" for 32-bit systems and "amd64" for 64-bit systems).
Example:
gdebi "/home/user/Downloads/libximc6-2.0.2-1_amd64.deb" 
gdebi "/home/user/Downloads/xilab-1.8.12-1_amd64.deb" 
Xilab application requires X-server (graphic mode) for operation.

RedHat / OpenSUSE

The text installer

Execute the following commands as super-user (root):

zypper install "<FILEPATH>/libximc6-<LIBVERSION>-1.<ARCH>.rpm" 
zypper install "<FILEPATH>/xilab-<VERSION>-1.<ARCH>.rpm" 
where <FILEPATH> is the path to package files (eg "/home/user/Downloads/"), <LIBVERSION> and <VERSION> are the version numbers of libximc library and Xilab application respectively (for example, "2.0.2" and "1.8.12") and <ARCH> is the identifier of architecture ("i386" for 32-bit systems and "amd64" for 64-bit systems).
Example:
zypper install "/home/user/Downloads/libximc6-2.0.2-1.x86_64.rpm" 
zypper install "/home/user/Downloads/xilab-1.8.12-1.x86_64.rpm" 
Xilab application requires X-server (graphic mode) for operation.