Installing Amarok in Ubuntu

Status
Not open for further replies.

executioner

Journeyman
Hi,
i have downloaded amarok and now i want to install it.it is in the format .tar.bz2.i extracted it in a folder named amarok-1.4.1 in the desktop.there r many files in the folder. Now how will i install it.please tell me every step.
 

mehulved

18 Till I Die............
Hmm better way will be to install it via apt-get cause you will miss quite a few dependancies on Ubuntu.
First open soures.list file
Code:
sudo gedit /etc/apt/sources.list
Then add this line in the the file
Code:
deb *kubuntu.org/packages/amarok-latest dapper main
Now do
Code:
 sudo apt-get update
sudo apt-get install amarok
 
Status
Not open for further replies.
Top Bottom