Linux Mint 16 or later
Ubuntu 10.04 or later
Debian 6.0 or later
OpenSUSE 11.3 or later
Fedora 13 Desktop or later
CentOS 6.0 or later.
On 64-bit Linux distributions, you will need to ensure the appropriate 32-bit compatibility libraries are installed in order to run SQ. Note that glib 2.0 might not be included in 32-bit library packages, so be sure to check or install it manually.
One of these commands usually works for Ubuntu:
sudo apt-get install ia32-libs
sudo apt-get install ia32-libs-multiarch
Newer versions of Ubuntu may require additional steps as well:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs-multiarch