> 
> The thing is that I did like this "for i in *.rpm; do urpmi --auto $i;
done"
> 

Well if you prefer to repeat the same task 1000 times instead of doing
it once it is your choice. It has nothing to do with urpmi.

urpmi --auto --auto-select does exactly the same. Even uprmi $(ls *.rpm
| sed '/\.i586\.rpm$//') is better.

> This way the hdlists file was uncompressed (and analysed) at each
invocation
> of urpmi. People on the list suggested --auto-select which seems to be
> faster
> if you have the nerves to wait ;)
> 
> Usally I only use "rpm", the urp* tools is new and unfamiliar to me,
but I'm
> slowly getting there.
> 
> Thanks.
> --
> Regards // Oden Eriksson


Reply via email to