Q. Quick question How can I play MP3 files under Red Hat Fedora Linux.
A. Because of Licensing issue all Red hat based distributions like Fedora, Red hat enterprise workstation and other distro such as CentOS doest not ship MP3 and DVD players. In order to enable them you need to use yum to install them or rpm command to install them. But where you can find out rpms? The best place to get all xmms rpm is to visit Dan site. It has all xmms packages since Red hat version 7 to latest RHEL 4.0 and fedora core versions. Use ypm which is an update-tool written in python for RedHat based distributions. You can configure it as follows:
(1) Login as root user or use su command.
(2) Open /etc/yum.conf
# vi /etc/yum.conf
Append following line of text (mms) to yum.conf file:
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
(3) Install dag's GPG signature key with rpm command:
# rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
(4) Upgrade your system by typing following command:
# yum update
Please note that you can add any new software by typing following command syntax:
yum install
(5) Install or upgrade xmms use the following command:
# yum install xmms-mp3
(6) Open terminal and start xmms
$ xmms &
(7) Additionally you may need to install xine (DVD player) as follows
# yum install xine
And you are done. Online references:
- Please see Dag's site FAQ for more information on how to enable MP3 support for RHEL or download all xmms rpm files.
- XMMS home page to download additional skins and plugins
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop










{ 5 comments… read them below or add one }
Thank you very much! I can play mp3
Tanaya.
I have installed Fedora cORE 6 aND I’m not able to play mp3 files .I have also installed xmms but due to licencing problem I’m unable to play them.Kindly HELP!!
Tanuj,
You need to install mp3 plugins, just type the following commands:
ADD FILES aka repo:
rpm -ihv http://rpm.livna.org/fedora/6/i386/livna-release-6-1.noarch.rpmrpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
ADD MP3 support:
yum install xmms xmms-mp3 xmms-faad2 gstreamer-plugins-ugly libmad libid3tagADD DVD Support:
yum install xine xine-lib xine-skins xine-lib-extras-nonfree libdvdcsyum install videolan-client
plz help me to installing mp3 player i am trying to insatll on it but wont work asking for codecs and decoders but when i am trying to install that aslo give errors like error no 12 2 kind of thing
i am currntly using Fedora core 6
can anybody help me? Please
Hi, thank you for the very helpful steps for F.C. 9. there is a typo in step 3 above. the /rpm is missing. So it should be:
http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
Thanks,
frank