LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-28-2004, 12:46 AM   #1
freekain
LQ Newbie
 
Registered: Apr 2004
Posts: 16

Rep: Reputation: 0
rpm issues


kay maybe I'm just dense,

but I can't figure these rpms out, just to remind everyone I'm very n00b to linux and linux concepts.

I'm trying to start slow, you know learn to walk before you run, but I can't seem to get the standing thing down yet.

I'm trying to install mplayer from an rpm, I can figure out how to get the installer thing going, but then it starts in on me. something about package dependencies and what-not then sz that it needs another rpm for this rpm to finish properly, so I finds me the other rpm it wants first and try installing that, but that one wants another one, and this one wants that one and on and on and on and on until it starts asking for the first rpm that started this nasty downward spiral in the first place.

I'm seriously beginning to lose it, what am I doing wrong?
 
Old 04-28-2004, 01:29 AM   #2
tiger7007
Member
 
Registered: Aug 2003
Distribution: RedHat9/FedoraCore1
Posts: 73

Rep: Reputation: 15
ur not doing anything wrong u just need to know how to do it right ,posting the command u tryed could be nice and just wondering what version of rh ur using? now for the help ,every open source code project for linux has its own documentation so b4 u install any software rpm check for the documentation to see what dependencies it needs 1 of the good web sites i use is freshrpms.net it has allmost every package ull need for ur distro after u downloaded all the files u need for the intall i suggest puting them in a folder and doing "rpm -ivh *.rpm" or "rpm -ivh file1 file2 file 3" ur choice hope that will help u goodluck.

Links:
FreshRPM's
learning about RPM
MPlayer documentation

Last edited by tiger7007; 04-28-2004 at 01:31 AM.
 
Old 04-28-2004, 06:39 AM   #3
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
also freekain,
You might include the distro that you're using in your profile (side of page), as some of us may be able to assist by linking to a site/page with distro specific rpm's i.e. mandrake + mandrake rpm's, SuSE + SuSE rpm's.

rpm is a generic term it's "redhat package manager", but this hasn't stopped it being "fine tuned" by distro packagers who happen to base their distro on the rpm system.

I say this, because, say mandrake for example, use a modified system called "urpmi" which if used with mandrake rpm's is all you need, it get's the dependencies etc if you tried the same thing with another distro's rpm, you'd probably get the same dependency prob's you're having now.

Of course, the other way, would be to either install debian, gentoo or any distro that uses a "packager" that get's the dependencies for you or just working out how to get "apt4rpm" (which is a apt-get like facility - apt-get is debian's package manager) and just install that way.


Erm, isn't mplayer on your install disc's as an additional package? it might not have installed as default, but something as common as mplayer is often included, just that you have to install it seperately yourself?

maybe this helps?

regards

John
 
Old 04-28-2004, 08:51 AM   #4
freekain
LQ Newbie
 
Registered: Apr 2004
Posts: 16

Original Poster
Rep: Reputation: 0
Thanks guys,

I'm using fedora 1(something I need to learn for work) suggestions?

that makes me feel a bit better, so for every rpm there's another rpm that the original rpm depends upon?

'I couldn't tell you if something as common as mplayer is included by default, cause everytime I try to do the add remove thing it craps out so I gave up on it, and figured I'd prolly learn more this way anyhows'
 
Old 04-28-2004, 10:39 AM   #5
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
You can also install apt4fedora and then;
su
<password>
apt-get update
apt-get synaptic
then you will have a GUI,but be careful as you can over install,only install what you need or want,don't do a total upgrade,david

Last edited by comprookie2000; 04-28-2004 at 10:40 AM.
 
Old 04-28-2004, 10:48 AM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
also,you should have yum installed try;
su
<password>
yum update
yum install mplayer
might get lucky,thats from gnome-terminal
 
Old 04-28-2004, 10:51 AM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
http://ftp.freshrpms.net/pub/freshrp...ng/2/synaptic/
thats synaptic
 
Old 04-28-2004, 01:33 PM   #8
freekain
LQ Newbie
 
Registered: Apr 2004
Posts: 16

Original Poster
Rep: Reputation: 0
'nother dumb question,

whats yum do?
it looks like it's grabbing every possible update and proggie every written..
is there anyway of limitting what it grabs? some kind of filter you can run it thru?
ie: I only want to see networking apps etc.

plus how am I supposed to know what I'm installing thru yum?

is this the best way to go? yum as opposed to the apt cmd.

plus another one--

what's the diff between kde and gnome?

thanks for all the help everyone
 
Old 04-28-2004, 02:10 PM   #9
comp12345
Member
 
Registered: Feb 2004
Posts: 467

Rep: Reputation: 30
Quote:
Originally posted by freekain
'nother dumb question,

whats yum do?
it looks like it's grabbing every possible update and proggie every written..
is there anyway of limitting what it grabs? some kind of filter you can run it thru?
ie: I only want to see networking apps etc.
It should only be installing whatever programs you list. It will install/update any dependent packages though so that may be one reason you may see more packages being installed.

Quote:
is this the best way to go? yum as opposed to the apt cmd.
apt has more options, but the basic functionality of the two are about the same. If you use apt, you could try using synaptic as comprookie2000 suggested. It provides you a GUI with a list of all the software you could install. There might be something similar available for yum.

Quote:
what's the diff between kde and gnome?
KDE and Gnome are desktop environments. Some people have a preference of one over the other. I like Gnome because of its looks. KDE is more Windows-like. Try them both out yourself to see which one you like because despite what anyone says, you are going to be the one using it.
 
Old 04-28-2004, 02:54 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
When you run yum update it stores a cache of stuff you may need to solve any dependences that you may have later like you were talking about,don't run upgrade or dist-upgrade until you understand what you are doing as it can mess you up big time,after the update mplayer and all its dependences may be in that cache and install O.K.david
 
Old 04-28-2004, 07:03 PM   #11
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
Don't bother installing from RPM. http://greysector.rangers.eu.org/mplayer.html Try this link if you have not yet. I installed it from here and it worked well. Just stick to the instructions on this page.
 
  


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
rpm issues digitalgravy Linux - Newbie 3 03-30-2004 04:45 PM
RPM issues stuzuk Fedora - Installation 3 02-15-2004 09:18 AM
RPM issues limiter Linux - General 3 10-19-2003 06:14 PM
rpm issues h/w Linux - Distributions 2 03-31-2003 06:32 PM
RPM issues.... juagut Linux - Newbie 5 04-21-2001 09:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:14 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