LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   query in mp3 player (https://www.linuxquestions.org/questions/linux-newbie-8/query-in-mp3-player-781709/)

linuxfourm 01-12-2010 09:06 AM

query in mp3 player
 
hai everybody
im using redhat linux EL5 .im using kernel version 2.6.18-8.el5.in this i want to install mp3 player.i dont know which player is best in redhat.pls tell me the procedure for installing player in redhat .where i what download rpm packages.


thanks
vinoth

AwesomeMachine 01-12-2010 09:13 AM

You can do:

yum search mp3 | less

and use the space bar to scroll through the list. When you find an mp3 player, which there are probably at least five, do:

sudo yum install <package>
password:

indienick 01-12-2010 09:18 AM

There should be an "Add/Remove Programs" menu item in your "Applications" menu on your desktop - try starting there.

lugoteehalt 01-12-2010 09:36 AM

You probably need 'mplayer' anyway - it's the swiss army knife multimedia thing, it'll play anything at all.

So $ mplayer *.mp3 will almost certainly play the file.

Just looked for mplayer .rpm on Google and it gave http://dag.wieers.com/rpm/packages/mplayer/ but it's a long time since I've used .rpm type installation.


All times are GMT -5. The time now is 11:00 AM.