[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get -d is cool, but now to install them



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 's@.*/@@;s/_.*//'`; apt-get install $@



Reply to: