Blue Lizard <[EMAIL PROTECTED]> writes:

> Actually, may have something to do with the way drakx repetidly and
> recursively checks through the rpm database like it were a rpm -i a.rpm
> fir each package.  Redhat/Sse may sorta do all at start and force the
> rest.  

nope:

for i in *.rpm; do rpm -i --nodeps $i; done

is actually the fastest way to install... but you have to order the packages
yourself!


Reply via email to