LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 02-15-2004, 10:43 AM   #1
funkbomb
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Rep: Reputation: 0
help with installing multiple RPMs; dpend on each other


I have tried to install the evolution packages for Mandrake recently, I downloaded them all from that ximian website, but whenever I double-click on one, instead of installing it it asks me what program I should use. So, I have to resort to using Terminal.

But in Terminal, unless I'm missing something (which I probably am) I can't install more than one RPM package at a time. So if I try to install one, it can't because of failed dependencies. But the other things it needs are on the other RPM packages in the same folder! So if I try to install a different package, it fails again, and so on...each of the rpms depend on a file in another rpm, which depend on another rpm, etc. How do I install all of them? I have tried telling the package sources manager to use that one folder, but nothing shows up afterwards in the package install gui config panel. help!
 
Old 02-15-2004, 10:55 AM   #2
GT_Onizuka
Member
 
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711

Rep: Reputation: 31
Try installing with the --nodeps option. This will force it to install even if there are dependency problems. But, there should be a way to install them without causing dependency problems. But if you just install all of them with --nodeps, it ought to work I'd imagine.
 
Old 02-15-2004, 11:00 AM   #3
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
i wouldn't use the nodeps option unless most other options have failed; without dependency set correctly, your program could easily crash

when you try to install those rpm's, there has to be a common package that they all require; find this base rpm and install it

i know in mandrake i had a lot of dependency issues; you may want to check your mandrake package manager and install some new libraries

can you tell us what each rpm file is saying for dependencies?

make sure you use rpm -Uvh packagename.prm
 
Old 02-15-2004, 04:07 PM   #4
funkbomb
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
I'm trying to install Evolution for Mandrake...
I tried the --nodeps option, but it said the package was for a different architecture.
Here's the dependencies error for evolution-1.4.5-0.ximian.6.0.sam.2.i386.rpm:

gtkhtml3.0 >= 3.0.9 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgal-2.0.so.5 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgal-a11y-2.0.so.5 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgal2.0_5 >= 1.99.10 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgnomecanvas >= 2.2.0.2 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgnomeprint-2-2.so.0 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgnomeprintui-2-2.so.0 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgtkhtml-3.0.so.2 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libgtkhtml-a11y-3.0.so.2 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libsoup >= 1.99.26 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
libsoup-2.0.so.0 is needed by evolution-1.4.5-0.ximian.6.0.sam.2
perl(Text::ParseWords) is needed by evolution-1.4.5-0.ximian.6.0.sam.2
perl(diagnostics) is needed by evolution-1.4.5-0.ximian.6.0.sam.2
perl(strict) is needed by evolution-1.4.5-0.ximian.6.0.sam.2
sampler >= 0.4 is needed by evolution-1.4.5-0.ximian.6.0.sam.2

I have all those packages in the same folder.
thanks

 
Old 02-15-2004, 04:42 PM   #5
GT_Onizuka
Member
 
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711

Rep: Reputation: 31
Isn't there some dependency program specifically for Mandrake? If not, couldn't you just use apt-get? And about the architecture, if it complains about that when you use the --nodeps option, why would it work even if you had all the dependencies? I never really liked RPMs, I suppose this is why o.O
 
Old 02-17-2004, 03:55 PM   #6
funkbomb
LQ Newbie
 
Registered: Feb 2004
Posts: 10

Original Poster
Rep: Reputation: 0
nvm, i got it to work...just kept installing what it asked for...but it doesnt matter anywy, I'm going back to installing MacOS 9, aka no stupid terminal stuff, just mind-numbing point-and-click
 
Old 02-17-2004, 04:24 PM   #7
Vlad_M
Member
 
Registered: Aug 2002
Location: Cape Town, South Africa
Distribution: Red Hat 8.0 (Home), Red Hat 8.0 (Work)
Posts: 388

Rep: Reputation: 30
You should have used urpmi before you quit...

I wouldn't call one of the most powerful tools stupid...
 
Old 03-19-2004, 12:50 PM   #8
danny_beta_read
Member
 
Registered: Feb 2004
Distribution: Slackware 9.1, Slackware 9.0, FreeBSD 4.10-RELEASE, Dragon Lite, Slax
Posts: 70

Rep: Reputation: 15
Hey.... any chances you could tell me where to get the libgnomecanvas and libgnomecanvas-devel RPMs? I'm really stuck without them...
 
Old 03-19-2004, 07:05 PM   #9
Vid
Member
 
Registered: Jan 2004
Distribution: Debian, FedoraC1, Slack 9.1, MDK 9.2/10.0
Posts: 55

Rep: Reputation: 15
the one thing i likes about mandrake was that first of all, the 3CDs it came with were packed with many popular RPM packages,, second, if you use the package manager that comes in mandrake and install a package from one of the CDs it will also install all of the other libs and rpms that the program your trying to install requires because thats how those CDs are organized. but if you cannot use the Cds for some reason just type what file your looking for in google.com/linux abd u usually can find a mirror or something.. I had to do this to get Totem movie player to work on Fedora and it took me a little under an hour to find all the libs and crap that i needed online. GL...
 
Old 03-20-2004, 06:11 PM   #10
Vlad_M
Member
 
Registered: Aug 2002
Location: Cape Town, South Africa
Distribution: Red Hat 8.0 (Home), Red Hat 8.0 (Work)
Posts: 388

Rep: Reputation: 30
www.rpmfind.net
 
Old 03-29-2004, 12:21 PM   #11
vishal
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Rep: Reputation: 0
More depency problems

Hi,
I just installed RedHat Linux 9 and it starts up in xterm. I tried to install gnome and kde with the 'redhat-config-package'. It tells me that there is a dependency problem and the error looks like:

* depcheck: package nautilus needs gnome-icon-theme >= 0.1.5 (not provided)
* depcheck: package gnome-vfs2-extras needs gnome-icon-theme >= 0.1.5 (not provided)
* depcheck: package nautilus needs gnome-icon-theme >= 0.1.5 (not provided)
('gnome-icon-theme', '0.1.5', 12)
('gnome-icon-theme', '0.1.5', 12)

But rpm -qa shows that 'gnome-icon-theme' is already installed on my machine. Then, what does this error mean?

Thanks.
Vishal
 
  


Reply



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
Help installing multiple rpms at once? minm Linux - Newbie 7 01-09-2005 01:30 PM
Installing RPMs NomadABC Fedora 2 01-08-2005 09:28 AM
installing rpms doesn't do anything c0mpl3t3n00b Linux - Newbie 9 02-20-2004 09:58 AM
Need help installing RPMs Lossenelin Linux - Newbie 2 11-03-2002 03:38 PM
installing rpms xRAGEx Linux - General 4 01-19-2002 09:26 PM

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

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