Install Amarok 1.4 in Ubuntu 9.04
In the latest Ubuntu Release, Ubuntu 9.04, that has just been published, our favourite music player Amarok 1.4 has been updated to its successor 2.0. To be honest, Amarok 2 has been restyled quiet a lot, although it works perfectly. So, if anybody wants to get the older version back, here you'll find how to do it.
You'll need to execute the following three commands in a terminal:
- echo -e "\n## amarok 1.4 \ndeb http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main\ndeb-src http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install amarok14
You'll notice, that the first line is going to add an repository to the list. It's because of this add, that Ubuntu will show you a warning, while executing the second line, telling you that one of the repositories couldn't be verified. To solve this problem, you can read the following tutorial which we wrote some weeks ago, explaining how to solve the GPG error of launchpad.net.
Now you're ready to enjoy Amarok, as you were used to...
Post - Update:
To install Amarok 1.4 on Ubuntu 9.04 you should use the following instructions...
- echo -e "\n## amarok 1.4 \ndeb http://ppa.launchpad.net/surfed/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install amarok14
Thanks to Vitor!





