Page 1 of 9 123 ... LastLast
Results 1 to 10 of 86

Thread: How to install Amazon MP3 app on 10.04

  1. #1
    Join Date
    Mar 2006
    Beans
    41

    Lightbulb How to install Amazon MP3 app on 10.04

    So, Amazon MP3 app requires libboost 1.34, which is older than the version now included in Ubuntu. The good news is that the old libboost version can coexist with the new one without any problems. So all you have to do is instsall the old version and you're good to go. Here's how.

    Copy and paste the following text into a terminal window

    Code:
    mkdir old_boost
    cd old_boost
    wget https://launchpadlibrarian.net/26959932/libboost-signals1.34.1_1.34.1-16ubuntu1_i386.deb https://launchpadlibrarian.net/26959936/libboost-thread1.34.1_1.34.1-16ubuntu1_i386.deb https://launchpadlibrarian.net/26959922/libboost-iostreams1.34.1_1.34.1-16ubuntu1_i386.deb https://launchpadlibrarian.net/26959918/libboost-filesystem1.34.1_1.34.1-16ubuntu1_i386.deb https://launchpadlibrarian.net/26959916/libboost-date-time1.34.1_1.34.1-16ubuntu1_i386.deb https://launchpadlibrarian.net/26959928/libboost-regex1.34.1_1.34.1-16ubuntu1_i386.deb https://launchpadlibrarian.net/34165098/libicu40_4.0.1-2ubuntu2_i386.deb
    sudo dpkg -i *.deb
    cd ..
    rm -r old_boost

    Now you can install the Amazon mp3 app normally, following the instructions at:

    http://www.amazon.com/gp/dmusic/help/amd.html/

  2. #2
    Join Date
    May 2010
    Beans
    3

    Re: How to install Amazon MP3 app on 10.04

    This worked without a hitch! I'm so happy! THANKS for posting this!

  3. #3
    Join Date
    Aug 2005
    Beans
    27

    Re: How to install Amazon MP3 app on 10.04

    You are my hero
    however, I had to do getlibs /usr/bin/amazonmp3 in order to get it working (getlibs here)

  4. #4
    Join Date
    Jan 2007
    Location
    Peterborough, Uk
    Beans
    639
    Distro
    Ubuntu 15.10 Wily Werewolf

    Re: How to install Amazon MP3 app on 10.04

    This works on 64 bit ?

  5. #5
    Join Date
    Mar 2007
    Location
    Dayton. OH
    Beans
    47
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to install Amazon MP3 app on 10.04

    Thanks tvst! saved me form digging up all the debs

  6. #6
    Join Date
    Jul 2005
    Beans
    54

    Re: How to install Amazon MP3 app on 10.04

    Thanks! That is is big help.

  7. #7
    Join Date
    May 2008
    Location
    bay area, california
    Beans
    197
    Distro
    Ubuntu

    Re: How to install Amazon MP3 app on 10.04

    Awesome message, thanks. This post alone earns you forum superstar status as far as I am concerned.

  8. #8
    Join Date
    Nov 2006
    Location
    Buckeye country
    Beans
    1,079
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install Amazon MP3 app on 10.04

    thanks - this worked for me too

  9. #9
    Join Date
    Aug 2006
    Beans
    Hidden!

    Smile Re: How to install Amazon MP3 app on 10.04

    Thanks, this worked.

  10. #10
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: How to install Amazon MP3 app on 10.04

    Quote Originally Posted by swagman View Post
    this works on 64 bit ?
    +1
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

Page 1 of 9 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •