Yes I have it running under Linux, I'm using Fedora but all Linux
variants should be similar
Download the Linux version of the software and extract the
"master-linux.zip" then extract the "master-linux.zip" file into a
directory, I use ~/avarex, you will then end up with two directories,
data and lib and an executable called "AvareX"
Next before running the AvareX you need to install sqlite3, once this is
installed you should be good to go. One thing I ran into is AvareX is
looking for libsqlite3.so which didn't exist in my distribution but
libsqlite3.so.0 did so I simply created a symbolic link "
/usr/lib64/libsqlite3.so -> /usr/lib64/libsqlite3.so.0 " and it worked fine.
to run the software I did -
cd ~avare
./AvareX
I did get warnings about the GPS which I don't have connected.
Jeff