LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-31-2003, 07:09 PM   #1
Umbrella
Member
 
Registered: Jul 2003
Location: U.S.A. FL
Distribution: RH 9
Posts: 45

Rep: Reputation: 15
Question RPMs? Need help installing XMMS


I downloaded the xmms-mpg123-1.2.7-21.i386.rpm I believe this was the plug-in so I could listen to MP3s on my RH9 system

I also got the xmms-1.2.1-21.src.rpm
and xmms-skins-1.2.7-21.i386.rpm

My questioned being how do I use these damn RPM packages?!?




I got Mplayer and other things to, yet they are in RPM packages and I don't quite understand them. Any help would be helpful....
 
Old 07-31-2003, 07:12 PM   #2
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Rep: Reputation: 30
It's simple as hell once you get the hang of it! ;-)

rpm -Uvh rpm-name.rp
in a console (you got to be root to use that command!)

The extra arguments (-Uvh) mean the following
* U = updates the package (if applicable)
* v = verbose (detailed output - so if an error should occure, it gives you detailed information on the error - great so if you come back to this forum and have trouble with an rpm!)
* h = prints hash marks as package installs (a progress indicater along with a percent sign, showing how the install is doing)

best of wishes to you

Last edited by jon_k; 07-31-2003 at 07:15 PM.
 
Old 07-31-2003, 07:15 PM   #3
scius
Member
 
Registered: Jul 2003
Location: Berkeley
Distribution: gentoo (kernel 2.6.7)
Posts: 39

Rep: Reputation: 15
to install RPM's, open a console, cd to the directory where the rpm's reside, then type rpm -ivh program.version.number.rpm

Assuming you recieve no errors, the program should now be installed. On the other hand, if you're upgrading, then the command is rpm -Uvh program.#.#.rpm

you're going to have to do this as root (by typing "su" then password)

type "man rpm" for more information and different options

Bah, you beat me to it =)
Well anyway, most importantly don't worry, it all becomes second nature(almost) after awhile.

best of luck

Last edited by scius; 07-31-2003 at 07:17 PM.
 
Old 07-31-2003, 07:43 PM   #4
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
also just to add to what the other two posters said. Don't use the src rpm till you know what's up with rpm.
 
Old 07-31-2003, 07:44 PM   #5
Glock Shooter
Member
 
Registered: Jan 2002
Location: Riverside, CA
Distribution: Slackware Convert!!
Posts: 210

Rep: Reputation: 30
Save yourself some headache by using tab to autocomplete the file name.
 
Old 07-31-2003, 07:45 PM   #6
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
Quote:
Originally posted by Glock Shooter
Save yourself some headache by using tab to autocomplete the file name.
also a good point
 
Old 07-31-2003, 08:54 PM   #7
Umbrella
Member
 
Registered: Jul 2003
Location: U.S.A. FL
Distribution: RH 9
Posts: 45

Original Poster
Rep: Reputation: 15
Thanks for the information.
I forgot albout the man pages
Yeah the more I use my linux box I the better I get so I'll keep working on it.

One last thing I could use some help with.

My resolution won't change. Its suck on 800x600. And if I change the XF86Config file to 1024x768 then it reverts to the backup.So I changed both. Well that was a bad idea, because then my Xwindows wouldn't boot. So I had to switch it back (which was hard for me a newb in the command prompt mode).
My monitor is unprobed. (In the display settings) If I find out what monitor is on my T21 Ibm labtop will that inable me to boost my settings?

Anyways Thanks again
 
Old 07-31-2003, 09:04 PM   #8
Umbrella
Member
 
Registered: Jul 2003
Location: U.S.A. FL
Distribution: RH 9
Posts: 45

Original Poster
Rep: Reputation: 15
YAY!! my mp3s work!
Thanks!!
next is DVDs
 
Old 07-31-2003, 09:13 PM   #9
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
with regards to your resolution - what vid chip are you using and what monitor?
 
Old 07-31-2003, 09:16 PM   #10
Umbrella
Member
 
Registered: Jul 2003
Location: U.S.A. FL
Distribution: RH 9
Posts: 45

Original Poster
Rep: Reputation: 15
Installing Mplayer I get this error.

# rpm -ivh mplayer-common-0.90-1.i386.rpm
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer = 0.90 is need by mplayer-0.90-1


the newbie is lost need more guidance
 
Old 07-31-2003, 09:20 PM   #11
Umbrella
Member
 
Registered: Jul 2003
Location: U.S.A. FL
Distribution: RH 9
Posts: 45

Original Poster
Rep: Reputation: 15
running on a labtop IBM T21 series
vid card is S3 Savage/IX 8megabytes Driver savage
Don't know the monitor, Thats why I say if I knew it I would be able to configure it and then MAYBE I might be able to change the resolution. What timing
 
Old 08-01-2003, 03:55 AM   #12
Disruptor
LQ Newbie
 
Registered: Jul 2003
Location: Hellas - Crete - Heraklion
Distribution: Red Hat 9
Posts: 24

Rep: Reputation: 15
Quote:
Originally posted by Umbrella
Installing Mplayer I get this error.

# rpm -ivh mplayer-common-0.90-1.i386.rpm
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer = 0.90 is need by mplayer-0.90-1


the newbie is lost need more guidance
I am a little confused by the output too:

"mplayer = 0.90 is need by mplayer-0.90-1" ??

Is this copy-pasted?? It doesn't make sense (at least right away). Why?? I don't know if you are familiar with dependencies, but here is the deal: when an .rpm
package cries for a dependency (just like here) it means that it requires you to have already installed an other package(s) in order it to function properly.

Note: You can make rpm ignore dependencies and install the package
anyways, but it's not a good idea -- respect dependencies to the fullest if you
want your system to be reliable.

Now you might might see why the output above doesn't make sense: mplayer
requires to have it's self installed?? Hmmm ... Anyway the power of the rpm
packaging system is incredible. Maybe it's better to devote some time to get familiar with it in an organized fashion. You may want to follow this link:

http://www.rpmfind.net//linux/RPM/PL...29.noarch.html

This rpm qontains the full documentation of the rpm packaging system. Once you install it you can reach the index of the documentation via path:

/usr/share/doc/maximum-rpm-1.0/index.html

Read chapters: 1 to 7. I don't want to lie to you, it's quite some material to read. But I think that you will find the results more than rewarding. Hope
these help.

Cheers,
Dominique
 
Old 08-01-2003, 05:28 AM   #13
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
Quote:
Originally posted by Umbrella
Installing Mplayer I get this error.

# rpm -ivh mplayer-common-0.90-1.i386.rpm
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer = 0.90 is need by mplayer-0.90-1
Deps can be problematic. May I suggest apt4rpm.

go here and d/l the apt for RH9.
Then open a terminal su to root. issue:

#rpm -ivh apt.blah.blah3.rpm

then also as root issue
#apt-get update
#apt-get install mplayer

that will handle deps for you. It is a nice tool for getting some software. It is not the be all end all but it sure does make life simple for installing most programs. Then read up on apt as it is expandable. Also do a search for synaptic - it's a graphical front end to apt.

Good luck!
 
Old 08-01-2003, 02:26 PM   #14
Glock Shooter
Member
 
Registered: Jan 2002
Location: Riverside, CA
Distribution: Slackware Convert!!
Posts: 210

Rep: Reputation: 30
if you do use apt-get which I recommend, make sure and remove all the old mplayer rpms or it won't work. Do you rpm -qa | grep mplayer to see what is there, and remove them with a rpm -e filename.
 
Old 08-01-2003, 03:36 PM   #15
Umbrella
Member
 
Registered: Jul 2003
Location: U.S.A. FL
Distribution: RH 9
Posts: 45

Original Poster
Rep: Reputation: 15
getting the apt rpm right now, going to give it a shot
anyone got any thoughts on why my video resolution won't go up?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem installing XMMS and rpms in general. remz Linux - Software 3 07-27-2004 12:10 AM
Installing RPMs Neb Linux - Newbie 1 10-17-2003 02:50 PM
Installing RPMs tombomb300 Red Hat 3 10-01-2003 08:54 AM
installing rpms BLAMM0 Debian 5 09-03-2003 06:24 AM
Need help installing RPMs Lossenelin Linux - Newbie 2 11-03-2002 03:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration