Alas, after a lot of apt-get -d's during the previous connection, the only way to use apt-get (not dpkg) to then install them seems to be: set -- `find /var/cache/apt/archives -name \*.deb -cmin -60 -print| sed '[EMAIL PROTECTED]/@@;s/_.*//'`; apt-get install $@
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]