Latest downloads

Ubuntu PPA

You can download the latest version of Clementine on Ubuntu from the official PPA:

sudo add-apt-repository ppa:me-davidsansome/clementine
sudo apt-get update
sudo apt-get install clementine

Dependencies for Ubuntu Precise (12.04)

New versions of Clementine require GStreamer 1.0 which wasn't included in Ubuntu 12.04. If you get errors installing Clementine you should add the GStreamer PPA as well:

sudo add-apt-repository ppa:gstreamer-developers/ppa

Other Downloads

Clementine Remote for Android

Unofficial packages

If you don't see your distribution listed above then someone else might have created an unofficial package for you.

Compiling from source

Compiling Clementine from source is easy on Linux. Download the source code package from the list above, and in a terminal window:

cd bin
cmake ..
make
sudo make install

Bleeding edge packages

Development on Clementine happens in the git repository. Check out the code by running:

git clone https://github.com/clementine-player/Clementine.git clementine-player

If you'd prefer not to compile the development version yourself then try one of the hourly packages:

There's also an Ubuntu PPA for these development builds:

sudo add-apt-repository ppa:me-davidsansome/clementine-dev
sudo apt-get update
sudo apt-get install clementine

Old downloads


Notes

Raspberry Pi is a trademark of the Raspberry Pi Foundation