Main download location

All release files are available from the SourceForge project page at http://sourceforge.net/projects/ximinez/.
This location should be used by Windows users as well as by all non-debian Linux users.

APT repository

Users of Debian GNU/Linux and its derivatives (Ubuntu etc.) can also use the APT repository at http://ximinez.sourceforge.net/. In order to do that, add the following line to /etc/apt/sources.list:

deb http://ximinez.sourceforge.net/ ximinez/

However this is not enough. You also have to configure apt to trust the GPG key that was used to sign the packages. If you have the curl utility, simply do this (as root):

curl http://ximinez.sourceforge.net/public-key.asc | apt-key add -

If you don't have curl, download public-key.asc any way you like and then feed it to apt-key.

Finally you have to apt-get update and then apt-get install ximinez or apt-get install ximinezcli.

If you don't want to use the APT repository, you can still download the DEB files from the main download location and install them manually.