Install Amarok 2.2(Sunjammer) in Ubuntu 9.04(Jaunty) and Ubuntu old versions
Posted Under: General
Amarok 2.2 released on Oct 1,2009.In three and a half months,Amarok has made a huge leap forward, gaining many new features and a lot of old features from 1.4 have returned.
Amarok 2.2 brings back support for sorting and shuffling the playlist, for an external MySQL database as well as for playing audio CDs to name a few. It brings a new video and photo applet to show media related to the current song. The layout can be modified to suit your needs thanks to dock widgets and the sidebar has been changed to be easier to navigate with bread crumbs.
Install Amarok 2.2
Amarok 2.2 will be installed in Ubuntu 9.10 by default,so following is how to install this in old ubuntu versions.
First,go to this page and click download tarball to download the tar package.
Extract the downloaded tarball by this command(open terminal from Applications->Accessories->Terminal ):
tar xjf amarok-2.2.0.tar.bz2
Change into the directory that was extracted from the tarball and create a build directory as to not pollute the sources:
cd amarok-2.2.0
mkdir amarok-2.2.0-build
Check you have the mandatory dependencies Amarok requires. If you aren’t sure if you have these dependencies installed, the cmake will tell you.
Change into the build directory:
cd amarok-2.2.0-build
and compile Amarok with the following commands:
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo "make install"
You may first use this command to install “cmake”:
sudo apt-get install cmake
Done.Launch amarok from Applications/Sound&Video/Amarok.
Related posts:
- Install Amarok 2.5.0 in Ubuntu 11.10 Oneiric via PPA
- How to install Amarok in ubuntu 9.04
- Install Latest Amarok 2.4 Music Player from PPA in Ubuntu 10.04 Lucid and Higher
- How to enable Moodbar in Amarok music player
- Install Firefox 8 and Future Versions in Ubuntu 11.10/11.04/10.10/10.04

Reader Comments
rahman@rahman-desktop:~/Desktop/amarok-2.2.1$ mkdir amarok-2.2.1-build
rahman@rahman-desktop:~/Desktop/amarok-2.2.1$ cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix`
The program ‘kde4-config’ is currently not installed. You can install it by typing:
sudo apt-get install kdelibs-bin
kde4-config: command not found
The program ‘cmake’ is currently not installed. You can install it by typing:
sudo apt-get install cmake
cmake: command not found
rahman@rahman-desktop:~/Desktop/amarok-2.2.1$ kde4-config
The program ‘kde4-config’ is currently not installed. You can install it by typing:
sudo apt-get install kdelibs-bin
kde4-config: command not found
rahman@rahman-desktop:~/Desktop/amarok-2.2.1$ sudo apt-get install kdelibs-bin
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn’t find package kdelibs-bin
rahman@rahman-desktop:~/Desktop/amarok-2.2.1$
[Reply]
admin Reply:
December 6th, 2009 at 6:17 pm
Here list: Mandatory Dependencies
[Reply]
Tried to run “cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix`” but it says that he can’t find the Module taglib.
I had upgraded to Jaunty only to use the new Amarok =(
So I tried to Download the Version 1.6 and 1.6.1 but both didn’t finished the ./configure Command.
I am using amd64
Pls help
[Reply]
TagLib does not have ASF support compiled in.
[Reply]