Hello Linux Geeksters. 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.1.1, which comes with new features to the previous version. For a full list of changes and enhancements, see the official site.
In this article I will show you how to install Clementine 1.1.1 on Fedora 19, Fedora 18, Fedora 17 and Fedora 16.
How to install Clementine 1.1.1 on Fedora 19:
Because Clementine 1.1.1 is available in the default repositories of Fedora 19, to install it just do:
$ sudo yum update
$ sudo yum install clementine
Because the Clementine version from the Fedora 18 and Fedora 17 default repositories is outdated, we have to download Clementine 1.1.1 from the official site and install it by hand.
How to install Clementine 1.1.1 on Fedora 18:
Instructions for 32 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.1.1-1.fc18.i686.rpm
$ sudo rpm -i clementine-1.1.1-1.fc18.i686.rpm
Instructions for 64 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.1.1-1.fc18.x86_64.rpm
$ sudo rpm -i clementine-1.1.1-1.fc18.x86_64.rpm
How to install Clementine 1.1.1 on Fedora 17:
Instructions for 32 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.1.1-1.fc17.i686.rpm
$ sudo rpm -i clementine-1.1.1-1.fc17.i686.rpm
Instructions for 64 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.1.1-1.fc17.x86_64.rpm
$ sudo rpm -i clementine-1.1.1-1.fc17.x86_64.rpm
How to install Clementine 1.1.1 on Fedora 16:
Instructions for 32 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.1.1-1.fc16.i686.rpm
$ sudo rpm -i clementine-1.1.1-1.fc16.i686.rpm
Instructions for 64 bit systems:
$ wget -c clementine-player.googlecode.com/files/clementine-1.1.1-1.fc16.x86_64.rpm
$ sudo rpm -i clementine-1.1.1-1.fc16.x86_64.rpm
Leave a Reply