Hello Linux Geeksters. As you may know, ZXTune is an open source, cross-platform QT application, for playing different chiptune modules used on XZ-Spectrum. The latest version available is ZXTune Rev2635. For a full list of features and improvements brought by the latest update, see the official changelog.

In this article I will show you how to install ZXTune R2635 on Ubuntu, Linux Mint, Pear OS and Elementary OS.
There is no repository available for ZXTune R2635, but we can easily download the deb packages and install them by hand, with dpkg. Follow the instructions for your architecture exactly, in order to get a successful installation.
How to install ZXTune R2635 on 32 bit Ubuntu, Linux Mint, Pear OS and Elementary OS systems:
$ wget -c zxtune.googlecode.com/files/zxtune_r2635_i386.deb
$ sudo dpkg -i zxtune_r2635_i386.deb
$ sudo apt-get install -f
How to install ZXTune R2635 on 64 bit Ubuntu, Linux Mint, Pear OS and Elementary OS systems:
$ wget -c zxtune.googlecode.com/files/zxtune_r2635_amd64.deb
$ sudo dpkg -i zxtune_r2635_amd64.deb
$ sudo apt-get install -f