On Tue, 2003-07-29 at 22:07, Dan Jacobson wrote:
> 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/_.*//'`
On Wed, Jul 30, 2003 at 11:07:15AM +0800, Dan Jacobson wrote:
> 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]
On Wed, 2003-07-30 at 05:07, Dan Jacobson wrote:
> 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/_.*//'`
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 [EMAI
On Tue, Jul 29, 2003 at 05:33:43PM +0800, Dan Jacobson wrote:
> The apt-get --download-only is neat, but what about now later when you
> want to install them? No single command to then install all you've
> recently downloaded, without editing each history entry or scanning
> ctimes of files in /v
Dan Jacobson schrieb:
The apt-get --download-only is neat, but what about now later when you
want to install them? No single command to then install all you've
recently downloaded, without editing each history entry or scanning
ctimes of files in /var/cache/apt/archives/?
dpkg -i /var/cache/apt/ar
> The apt-get --download-only is neat, but what about now later when you
> want to install them? No single command to then install all you've
> recently downloaded, without editing each history entry or scanning
> ctimes of files in /var/cache/apt/archives/?
>
apt-get install should work ... it
The apt-get --download-only is neat, but what about now later when you
want to install them? No single command to then install all you've
recently downloaded, without editing each history entry or scanning
ctimes of files in /var/cache/apt/archives/?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED
8 matches
Mail list logo