How to install Amazon MP3 Downloader on ubuntu?

1

Looks like some dependencies are missing from Amazon MP3 Downloader. I Googled, but couldn't find a working solution (there are a few blog posts, but they are old).

What steps do I need to follow to install it correctly?

user187809

Posted 2011-03-15T11:18:33.010

Reputation: 137

First step is to provide us with the exact error message. – Bobby – 2011-03-15T11:38:29.403

Also the ubuntu Version you're using. – gyger – 2011-03-15T12:36:39.213

Answers

1

Generally the Amazon downloader is always "behind the times" and frequently doesn't work on the most current version of a linux OS.

You might, instead, try pymazon which is why I've been using for downloading Amazon purchases. It might be available in your package manager already (my Ubuntu machine isn't turned on at the moment or I'd test it for you; it is packaged in Fedora).

Wes Hardaker

Posted 2011-03-15T11:18:33.010

Reputation: 1 796

I followed the steps for pymazon, it throws a bunch of errors - dependency errors. My machine is 64 bit, is it because of it? – user187809 – 2011-03-16T01:49:08.267

1

Do you specifically need the Amazon MP3 Downloader? Otherwise, Banshee supports Amazon MP3 Downloads since version 1.7.2.

cmaderthaner

Posted 2011-03-15T11:18:33.010

Reputation: 111

0

Colin Pickard

Posted 2011-03-15T11:18:33.010

Reputation: 6 774

0

The Amazon MP3 package requires a fairy old set of audio packages to install. These packages are no longer in the normal repositories, so you can download the required packages either from the Ubuntu Hardy Heron repository at packages.ubuntu.com/hardy/. I've made an archive on dropbox, here's the link but you don't have to trust me and can get them yourself through searching.

For reference, the packages are

libboost-date-time1.34.1

libboost-filesystem1.34.1

libboost-iostreams1.34.1

libboost-regex1.34.1

libboost-signals1.34.1

liboost-thread1.34.1

libicu38

Andrew Wonnacott

Posted 2011-03-15T11:18:33.010

Reputation: 281