Some users are not happy with amarok 2 and they want to install amarok 1.4.This tutorial will help them to install amarok1.4 version.
First you need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
Add the following lines
deb http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main
Save and exit the file
Add GPG key using the following command
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xb9f1c432ae74ae63
Update source list using the following command
sudo apt-get update
Now if you have amarok 2 remove using the following command
sudo apt-get remove amarok
Install amarok 1.4 using the following command
sudo apt-get install amarok14
That’s it now you have installed amarok 1.4
0 comments:
Post a Comment