How to install Amarok 2 on Ubuntu 8.10

March 15th, 2009 by alpho2k | Print How to install Amarok 2 on Ubuntu 8.10
logo_amarok2 Ubuntu 8.10 is coming by default with Amarok 1.4.1 in the repository. I decided to install version 2. To do this, we need to install it from “deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main” repository. This small tutorial will show you how to do it using graphical tools and using commands lines.

[ad#Widgetbucks]
What is amarok?

According to wikipedia,Amarok is a free software music player for Linux or other varieties of Unix. It makes use of core components from the K Desktop Environment, but is released independently of the central KDE release cycle.

Here is a short video of the version 2 on youtube

Installation with graphical tools

We need to begin by adding the repository. To do this, we have to go in “Software Sources” which is located in “System/Administration”.

etape1

The system will ask you to enter your administrator password.

etape2

Now, we need to go to “Third-Party Software”. Click “Add”, enter the following repository without quotes “deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main” and press “Add Source”.

etape3

The system will  ask to update the repository list. Just click on “Reload”.

etape4

We then proceed to the installation of amarok 2. To do this, go to “Synaptic Package Manager” which is in “System/Administration”.

etape5

Search for a package called “amarok-kde4″, do a right click on it and choose “Mark for installation”.

etape6

The system will show you that some packages are not authenticated, click on “Mark”.

etape7

Then, click on “Apply” in synaptic to indicate that we have finished selecting packages to install.

etape8

The system will ask for confirmation, click on “Apply”.

etape9

The download and installation should then begin.

etape10

Once completed, amarok 2 is installed! It is found in the”Applications/Sound & Video” menu.

etape11
[ad#Adsense]

Installation with commands lines

We need to add the repository “deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid main” without the quotes to the file “/etc/apt/sources.list”. You can use gedit, kate or your favorite text editor like this:

gksudo gedit /etc/apt/sources.list

or

kdesudo kate /etc/apt/sources.list

We update our repository list and proceed to the installation :

sudo apt-get update && sudo apt-get install amarok-kde4

Once completed, amarok 2 is installed! It is found in the”Applications/Sound & Video” menu.

etape11

Have a good use of amarok 2!

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Related Posts

,

 

22 Comments For This Post

  1. Nikesh Says:

    Great, I have never seen any article so neat and to the point (and along with screenshot), goog job

  2. Chaseb Says:

    Thanks for this tutorial. However, I believe you may have a typo in the name of the repository. Instead of “deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid hand”, I believe it should be “deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu intrepid MAIN”

    It is correct in your screen shot.

  3. Mike O. Says:

    I’m having issues finding the “amarok-kde4″ package. You just posted this blog yesterday, which is why I’m so baffled. But was it pulled, or is it still available? I’ve added the repository to the third party tab, reloaded the package list, but still not seeing it.

    Also, I noticed at the beginning of the blogpost, you said it’d be installed from the Launchpad URL in the “main” repo. But when you got down to the step-by-step instructions, you seem to have replaced “main” with “hand”. But the screenshot shows “main”.

  4. Mike O. Says:

    I tried “sudo apt-get install amarok-kde4″ from the CLI just to see what would happen. And sure enough, it installed! I saw “amarok-kde4″ in the “NEWS packages that will be installed” section. After it finished, Amarok2 is installed. Two issues:

    1) The first time I booted it up, it crashed. It prompted for any folder that may contain music, I left it at the default /home/[user]/Music and pressed OK. During it’s scanning, it crashed with the below error:

    A Fatal Error Occurred
    The application Amarok (amarok) crashed and caused the signal 11 (SIGSEGV).

    2) I re-opened it and got it to complete a scan, but it didn’t add anything to the collection. So I went to Settings>Configure Amarok and attempted to add a folder to the collection again. I opted to use SQLite, and it errored out with this error:

    Error: Could not open Amarok 1.4 database: Driver not loaded Driver not loaded
    Failed: Unable to import statistics

    Just thought I’d throw this out there in case anybody who came across this tutorial runs into the same problems as me. Amarok plays files (.mp3) fine (through the “files” tab), and I can create playlists this way, it just won’t add files to the collection. Let me know if anybody knows a solution :-)

  5. alpho2k Says:

    Thanks Chased and Mike O. for the typo.

    For your problem with the importation of statistics from amarok 1.4, did you have amarok 1.4 before installing amarok 2?

    Your problem is weird, did you google it?

  6. Alex Says:

    sudo graphical-program

    is not a good idea. Above, instead of

    sudo gedit /etc/apt/sources.list

    and

    sudo kate /etc/apt/sources.list

    it should say

    gksudo gedit /etc/apt/sources.list

    and

    kdesudo kate /etc/apt/sources.list

    The exact reason for this is rather esoteric (and I don’t remember it), but apparently using sudo with certain graphical programs can make very bad things happen.

  7. Mike O. Says:

    Alpho2k – It wasn’t necessarily importing statistics from 1.4 to 2.0, but it couldn’t build a collection from scratch. I didn’t even have Amarok 1.4 installed beforehand. I haven’t had a chance to Google around yet for a solution, but hopefully soon. If I come across something, I’ll post it here :-)

  8. Mike O. Says:

    Well, just for shits and giggles I thought I’d try to build up the collection again. I haven’t really gotten around to researching my previous errors. But the collection built this time! No problem. So yeah, whatever happened before…I don’t know. haha

  9. David Says:

    Nice one.

    On an unrelated note, since you completely solved the sound issue,
    I don’t suppose you’ve found a way to solve the video flicker problem when Compiz effects are activated?

  10. alpho2k Says:

    Sorry David but I dont use Flickr!

  11. David Says:

    Neither do I, I didn’t mean the website. xD

    I refer to an issue I’ve been suffering whenever I activate the Desktop effects.

    Whenever I try to watch a video, through Totem or MPlayer, or even have a visualization, the video will flicker within the window, and lag when the window is moved.

    The flicker is persistent, very annoying, and only goes away when Compiz effects are turned off.

    I’ve heard this is something to do with the ATI card, and as we both use an Aspire 6920, I was hoping you may have had and solved this issue.

  12. alpho2k Says:

    To Alex :

    Thanks for the hint, it’s corrected now!

    To David :

    Ok! I understand now. Sorry, english is not my first language :P I dont have this problem and I often watch videos. My video card is a NVIDIA one. Did you install the new driver? Are you sure your card is an ATI one?

  13. David Says:

    Ah, you have the other Acer 6920.

    Acer released two configurations for manufacturers to sell, one had an NVIDIA card (not sure which one), the other had an ATI Radeon HD 3650 card.

    NVIDIA seems to be much more supported by Ubuntu, and I’ve heard it’s a faster card too…
    Did yours come with the Blu-Ray drive?

  14. alpho2k Says:

    Yes, I have it but I didn’t try it with ubuntu and I dont have blue ray disk :(

    Is yours working?

  15. David Says:

    To be honest, I have yet to try.

    I have one Blu-Ray disc, I bought it from eBay (haha, cheapies), I’ll try it now and tell you how it went.

    Though I’m using Linux Mint at the moment, it is more or less a modified version of Ubuntu, and should provide the same results.

  16. David Says:

    Tried and failed, there doesn’t yet seem to be an opensource player for blu-ray yet.

  17. alpho2k Says:

    I will try one this weekend. I’ll tell you also how it went.

  18. Peter Says:

    After install how to enable video? I am talking about podcasts which includes video. Thank you

  19. Ben2talk Says:

    It seems to me that Amarok 2 is similar to 1.4 – but with all of the best parts removed!

    Now you can’t have a separate collection/player window

    Now there aren’t the same options to organise your files or do half the things you could access from a right click in Amarok 1.4!!!

    I managed to import all my files, have them arranged and taken care of with 1.4 – to reimport them with 2 seems impossible!

  20. brotha Says:

    hi, I’d like to try this procedure but I’m wondering: I have 1.4 installed and dont want to lose all the ratings and preferences, SQL database set up etc. If I do as you suggested, will I lose those things? Will it work at all? thanks

  21. Tensigh Says:

    Doesn’t work –

    I added the repository, but when I try to update the repository, I get this error:

    “W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 9423A34CCA967634″

    What do I need to do?

  22. alpho2k Says:

    Try do install without the key. There is no problem of doing it.

Leave a Reply

Live Comment Preview