how to run xmms??????

guys. . . i am super ultra newbie in linux. . . and i download a file. . . and i dont; know how to run it. . . can any one help. . . ? this is it under.

Linux Software 434 This topic was started by ,


data/avatar/default/avatar25.webp

18 Posts
Location -
Joined 2004-02-11
guys... i am super ultra newbie in linux... and i download a file... and i dont; know how to run it... can any one help...? this is it under
Screenshot.png

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Depending on what distro you are running, (mdk 9.2?) It should already be installed. To find out, open a terminal and type:
 
xmms [enter]
 
Did it come up? If so, it should be in your menu somewhere.

data/avatar/default/avatar06.webp

397 Posts
Location -
Joined 2001-10-13
From the link you gave: http://dubaix.l1h.net/Screenshot.png
It looks that you have RedHat. just double click on the rpm and the package manager should install. However, as Dan says, this should already be in your menu. Look there first!

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
I think he's using Fedora, in which case Xmms is listed in Sound & Video as "Audio Player."

data/avatar/default/avatar25.webp

156 Posts
Location -
Joined 1999-11-30
Someone should point out that he downloaded a SRC RPM. You want RPM only, not SRC RPM if you plan to install by double-clicking.

data/avatar/default/avatar34.webp

52 Posts
Location -
Joined 2004-01-17
munzer xmms is already installed in ur system. to run it simply open terminal and type xmms [enter] as told by Dapper Dan
however u have to download and install the plugin for xmms to run mp3 files, because that support doesnt comes with it originally.
 
download the plugin for xmms from following url
 
http://havardk.xmms.org/dist/xmms-1.2.7-rh8-rh9-rpm/xmms-mpg123-1.2.7-21.i386.rpm
 
download it and install it using following command
 
rpm -Uvh xmms-mpg123-1.2.7-21.i386.rpm [enter]
 
after this open xmms and enjoy the sound of disco
 
and yeah, please dont type [enter], just use the enter key

data/avatar/default/avatar09.webp

175 Posts
Location -
Joined 2004-01-25
There are a few basic ideas for ou for reference...one is there are a few websites that you should know..rpmfind.net and freshrpms.net both are good for red hat users....when you search on rpmfind just make sure oyu get the rpm file not src one...and the correct one for your system...in mine it is always highlighted...it would be called Red hat 9.0 under the sytem...also here are some basic commands...all in terminal
su -makes you root
rpm -i [file name] -makes it install
rpm -Uvh [file name]- make it update
yum check-update -checks up dates and list them for your system, use this instead of up2date
yum update -updates all the available packages
yum install -y [package name] -installs the packages with answering yse to all install questions the package name is obtained from the get update list
i think that is some of the basics.....i'll work on getting a few post to a large tutorial of commands for you but atm not spending much time on web, on vacation at whistler.
oh and fedoranews.org has some nice tutorials
 
Daum

data/avatar/default/avatar10.webp

25 Posts
Location -
Joined 2004-02-16
Hi everybody, I'm new here.
 
About munzer's problem, why don't you all tell him (or her?) how to compile the application. He looks like downloaded the source code.