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 them all without any issues with dependancies,but forcing them is not always a good idea. Kevin -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
