Adam Williamson <[EMAIL PROTECTED]> writes: > You can automate it with a pretty simple command, something like (I'm > useless at scripting-type things so this *will* be wrong and you'll have > to fix it :>): > > for i in 'urpmq --auto-select' do urpmi $i; print $i
urpmi --auto-select --split-level 0 will do (almost) the same but faster. Fran�ois.
