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

2003-07-30 Thread Ron Johnson
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/_.*//'`

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

2003-07-30 Thread Richard Hector
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]

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

2003-07-30 Thread Jean-Marc V. Liotier
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/_.*//'`

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

2003-07-30 Thread Dan Jacobson
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

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

2003-07-29 Thread Brian Potkin
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

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

2003-07-29 Thread Tobias Bär
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

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

2003-07-29 Thread Sharninder Singh
> 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

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

2003-07-29 Thread Dan Jacobson
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