Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread Jeff Waugh
quote who=[EMAIL PROTECTED] So my question is, is there a utility that will work out which rpm files provide which dependencies, and work out the order to install them all? It would be less tedious than compiling from source, to work out by hand what the right install order would be, but

Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread Kevin Waterson
On Sun, 10 Feb 2002 21:49:52 +1100 (EST) [EMAIL PROTECTED] wrote: Anyway, I now have a temporary directory with 144 rpm files. if you do rpm -Uvh *.rpm you may find dependacy problems as it will try to install them in order, but if you do rpm -Uvh *.rpm --nodeps --force this will install

Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread lukekendall
On 10 Feb, Jeff Waugh wrote: So my question is, is there a utility that will work out which rpm files provide which dependencies, and work out the order to install them all? It would be less tedious than compiling from source, to work out by hand what the right install order would

Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread Tom Massey
On Mon, Feb 11, 2002 at 12:30:02AM +1100, [EMAIL PROTECTED] wrote: On 10 Feb, Jeff Waugh wrote: So my question is, is there a utility that will work out which rpm files provide which dependencies, and work out the order to install them all? It would be less tedious than compiling

Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread Christopher Booth
Hi Luke I just came across this link by chance http://linuxtoday.com/news_story.php3?ltsn=2001-09-28-008-20-NW-GN For all Ximian loving users out there, a couple of guys (apparently from Mexico) have created ISO images of your favorite linux distro that replace the GNOME packages with

RE: [SLUG] How to install about 150 rpms?

2002-02-10 Thread Brett Fenton
It shouldn't be too bad. The app downloads the packages then installs them. If the install fails as you've noted, you can remove the perl rpm, then install ximian from local source (/var/cache/redcarpet/packages), including the ximian perl package. There is an option in redcarpet to select local

Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread Jeff Waugh
quote who=Christopher Booth For all Ximian loving users out there, a couple of guys (apparently from Mexico) Ximian staff, in fact. They have an office in Mexico which accounts for a fairly good chunk of their developers. :-) - Jeff -- Linux continues to have almost as much soul as James

Re: [SLUG] How to install about 150 rpms?

2002-02-10 Thread CaT
On Sun, Feb 10, 2002 at 09:49:52PM +1100, [EMAIL PROTECTED] wrote: Anyway, I now have a temporary directory with 144 rpm files. So my question is, is there a utility that will work out which rpm files provide which dependencies, and work out the order to install them all? It would be less