Chris Schuld's Blog

personal musings on the composition of software

Written By: Chris Schuld Monday, November 19th, 2007

To play MP3 files in Fedora 8 with KDE you need to add software to your default installation. This software does not come “stock” with KDE because the software is not free and RedHat is required to filter it — therefore if you download this update make sure you check the licensing agreements:

  1. First, add Livna sources using rpm
    rpm -ivh http://rpm.livna.org/livna-release-8.rpm
  2. Next, Install kdemultimedia-extras-nonfree** using yum
    yum install kdemultimedia-extras-nonfree
  3. That is it, next launch Amarok as an example and hello MP3 music!
    Amarok Launching
    Q: Hey Chris, why does the kdemultimedia-extras package end in “-nonfree”
    A: Good question, tough answer, the kdemultimedia-extras-nonfree package contains plug-ins which cannot be shipped by Red Hat / Fedora because the license is not LGPL. Please note the the license of the entire library is not LGPL! So of course you shouldn’t install it unless you pay the owners for licensing rights.

Categories: Fedora, Linux

2 Responses to " Playing MP3 Files in Fedora 8 using KDE "

  1. Suchit says:

    thank you very much … could u plz suggest how to play movies (.dat , avi)

  2. Chris Schuld says:

    Suchit:

    Sure, I assume you are on a 32-bit machine, if so you can use yum to install mplayer:

    yum -y install mplayer mplayer-gui mplayer-skins mplayer-fonts mplayerplug-in

    You should be able to play AVI files with mplayer after it is installed!

Leave a Reply

About Chris

Chris Schuld

Thank you for visiting my website. I use this site for a myriad of things: maintaining software I have open sourced, connecting with my readers and friends and documenting all of this little things "I wished I would have written down." You can read more about me or contact me.


thanks for visiting... happy coding

Recent Comments