Hello Linux Geeksters. As you may know, Clementine is an open-source, multiplatform music player, similar to Amarok 1.4, offering an intuitive and simple interface for the user. The latest version available is Clementine 1.2.1, which has been released a while ago, bringing some security fixes to the previous version.
From the changelog:
- Fix library download in the network remote.
- Fix removing songs from playlist in the network remote.
- Fix login failures with box.com.
- (Linux) Fix a typo that would prevent the Spotify downloader button from ever being shown.
In this article I will show you how to install Clementine 1.2.1 on Debian Wheezy, Debian Squeeze, KWheezy, Fedora 19 and Fedora 18.
Because there is no repository available containing Clementine 1.2.1 for Debian and Fedora systems, so we have to download the packages from the official site and install them by hand. Follow the instrunctions for your system architecture exactly, in order to get a successful installation.
How to install Clementine 1.2.1 on Debian Wheezy and KWheezy:
Instructions for 32 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine_1.2.1~wheezy_i386.deb
$ sudo dpkg -i clementine_1.2.1~wheezy_i386.deb
$ sudo apt-get install -f
Instructions for 64 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine_1.2.1~wheezy_amd64.deb
$ sudo dpkg -i clementine_1.2.1~wheezy_amd64.deb
$ sudo apt-get install -f
How to install Clementine 1.2.1 on Debian Squeeze:
Instructions for 32 bit systems:
$ wget -c http://clementine-player.googlecode.com/files/clementine_1.2.1~squeeze_i386.deb
$ sudo dpkg -i clementine_1.2.1~squeeze_i386.deb
$ sudo apt-get install -f
Instructions for 64 bit systems:
$ wget -c http://clementine-player.googlecode.com/files/clementine_1.2.1~squeeze_amd64.deb
$ sudo dpkg -i clementine_1.2.1~squeeze_amd64.deb
$ sudo apt-get install -f
How to install Clementine 1.2.1 on Fedora 19:
Instructions for 32 bit systems:
$ wget -c http://clementine-player.googlecode.com/files/clementine-1.2.1-1.fc19.i686.rpm
$ sudo rpm -i clementine-1.2.1-1.fc19.i686.rpm
Instructions for 64 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.2.1-1.fc19.x86_64.rpm
$ sudo rpm -i clementine-1.2.1-1.fc19.x86_64.rpm
How to install Clementine 1.2.1 on Fedora 18:
Instructions for 32 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.2.1-1.fc18.i686.rpm
$ sudo rpm -i clementine-1.2.1-1.fc18.i686.rpm
Instructions for 64 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.2.1-1.fc18.x86_64.rpm
$ sudo rpm -i clementine-1.2.1-1.fc18.x86_64.rpm
Leave a Reply