Re: package download statistics

2005-11-02 Thread Tshepang Lekhonkhobe
On 11/1/05, John M. Gabriele <[EMAIL PROTECTED]> wrote: > > > --- Bill West <[EMAIL PROTECTED]> wrote: > > > Hello, > > Does anyone know of a place that keeps track of downloads from debian > > mirrors by package? I figured that this information would be available all > > over the place, but I h

Re: package download statistics

2005-11-01 Thread John M. Gabriele
--- Bill West <[EMAIL PROTECTED]> wrote: > Hello, > Does anyone know of a place that keeps track of downloads from debian > mirrors by package? I figured that this information would be available all > over the place, but I have not been able to find it. Any help would be > appreciated. > >

package download statistics

2005-11-01 Thread Bill West
Hello, Does anyone know of a place that keeps track of downloads from debian mirrors by package? I figured that this information would be available all over the place, but I have not been able to find it. Any help would be appreciated. --Bill West -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: package download

2005-07-26 Thread Mark Lijftogt
On Tue, 2005-07-26 at 19:56 +1200, Jack Farley wrote: > Hello, > > This is a nice quick question. Is there a address that packages and > other normal things can be downloaded from like the updates.Debian.org > thing in the package manager. http://packages.debian.org aptitude/apt-get search pac

package download

2005-07-26 Thread Jack Farley
Hello, This is a nice quick question. Is there a address that packages and other normal things can be downloaded from like the updates.Debian.org thing in the package manager. Cheers. From, Jack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

FIXED: Package Download Tool?

2004-10-21 Thread ms419
On Aug 26, 2004, at 1:56 AM, Thomas Adam wrote: On Thu, Aug 26, 2004 at 08:49:20AM +0800, John Summerfield wrote: apt-get -y --print-uris install lyx | awk '/http:/ {print "wget " $1}' I like to use the following for that: http://linuxmafia.com/~n6tadam/apt-fetch -- Thomas Adam Thanks, everyone, fo

Re: Package Download Tool?

2004-08-26 Thread Thomas Adam
On Thu, Aug 26, 2004 at 08:49:20AM +0800, John Summerfield wrote: > apt-get -y --print-uris install lyx | awk '/http:/ {print "wget " $1}' I like to use the following for that: http://linuxmafia.com/~n6tadam/apt-fetch -- Thomas Adam -- Quis custodiet ipsos custodes? -- To UNSUBSCRIBE, emai

Re: Package Download Tool?

2004-08-25 Thread Kevin Mark
On Thu, Aug 26, 2004 at 08:50:24AM +0800, John Summerfield wrote: > Kevin Mark wrote: > > >On Wed, Aug 25, 2004 at 10:56:31AM -0700, [EMAIL PROTECTED] wrote: > > > > > >>Is there a tool to quickly download, for a given architecture, a given > >>package & its dependancies? > >> > >> > >> > >Hi

Re: Package Download Tool?

2004-08-25 Thread Brian Nelson
On Wed, Aug 25, 2004 at 11:30:56PM +0100, Jon Dowland wrote: > On Wed, 25 Aug 2004 14:04:02 -0400, c0ldfusi0n <[EMAIL PROTECTED]> wrote: > > APT (http://packages.debian.org/{stable|testing|unstable}/base/apt) > > Which is a frontend for DPKG > > (http://packages.debian.org/{stable|testing|unstable}

Re: Package Download Tool?

2004-08-25 Thread Chris Metzler
On Wed, 25 Aug 2004 20:11:36 -0400 c0ldfusi0n <[EMAIL PROTECTED]> wrote: > Jon Dowland wrote: >>On Wed, 25 Aug 2004 14:04:02 -0400, c0ldfusi0n <[EMAIL PROTECTED]> >>wrote: >>> >>> APT (http://packages.debian.org/{stable|testing|unstable}/base/apt) >>> Which is a frontend for DPKG >>> (http://packag

Re: Package Download Tool?

2004-08-25 Thread John Summerfield
Kevin Mark wrote: On Wed, Aug 25, 2004 at 10:56:31AM -0700, [EMAIL PROTECTED] wrote: Is there a tool to quickly download, for a given architecture, a given package & its dependancies? Hi Jack, 99% of folks use network aware tools like apt-get, aptitude, etc for one arch, the one on the ma

Re: Package Download Tool?

2004-08-25 Thread John Summerfield
c0ldfusi0n wrote: Jon Dowland wrote: On Wed, 25 Aug 2004 14:04:02 -0400, c0ldfusi0n <[EMAIL PROTECTED]> wrote: APT (http://packages.debian.org/{stable|testing|unstable}/base/apt) Which is a frontend for DPKG (http://packages.debian.org/{stable|testing|unstable}/base/dpkg) Ok but how? How do

Re: Package Download Tool?

2004-08-25 Thread c0ldfusi0n
Jon Dowland wrote: On Wed, 25 Aug 2004 14:04:02 -0400, c0ldfusi0n <[EMAIL PROTECTED]> wrote: APT (http://packages.debian.org/{stable|testing|unstable}/base/apt) Which is a frontend for DPKG (http://packages.debian.org/{stable|testing|unstable}/base/dpkg) Ok but how? How does apt or dpkg det

Re: Package Download Tool?

2004-08-25 Thread Kevin Mark
On Wed, Aug 25, 2004 at 10:56:31AM -0700, [EMAIL PROTECTED] wrote: > Is there a tool to quickly download, for a given architecture, a given > package & its dependancies? > Hi Jack, 99% of folks use network aware tools like apt-get, aptitude, etc for one arch, the one on the machine. Debian probab

Re: Package Download Tool?

2004-08-25 Thread Jon Dowland
On Wed, 25 Aug 2004 14:04:02 -0400, c0ldfusi0n <[EMAIL PROTECTED]> wrote: > APT (http://packages.debian.org/{stable|testing|unstable}/base/apt) > Which is a frontend for DPKG > (http://packages.debian.org/{stable|testing|unstable}/base/dpkg) Ok but how? How does apt or dpkg determine the architect

Re: Package Download Tool?

2004-08-25 Thread Brian Nelson
On Wed, Aug 25, 2004 at 10:56:31AM -0700, [EMAIL PROTECTED] wrote: > Is there a tool to quickly download, for a given architecture, a given > package & its dependancies? > > I've been doing a lot of cross development & find myself downloading > lots of packages using the Debian web interface. Go

Re: Package Download Tool?

2004-08-25 Thread c0ldfusi0n
APT (http://packages.debian.org/{stable|testing|unstable}/base/apt) Which is a frontend for DPKG (http://packages.debian.org/{stable|testing|unstable}/base/dpkg) [EMAIL PROTECTED] wrote: Is there a tool to quickly download, for a given architecture, a given package & its dependancies? I've been

Package Download Tool?

2004-08-25 Thread ms419
Is there a tool to quickly download, for a given architecture, a given package & its dependancies? I've been doing a lot of cross development & find myself downloading lots of packages using the Debian web interface. Good as Debian's web interface is, this is tedious. Investigating apt-get, I

Re: Network Install: dbootstrap exits with error after package download

2002-11-17 Thread Rob Weir
On Wed, Nov 13, 2002 at 09:14:53AM -0500, Avdi B. Grimm wrote: > Hi folks, maybe someone can help me with this. Although I've been > running Debian testing/unstable for many months now on what was > originally a Progeny box, this is the first time I've done a plain > vanilla Debian install. I'm t

package download problem - all downloaded packages currupt

1998-06-19 Thread Micha Feigin
I treid to lode some packages from the debian home page and from a mirror. On all the package from both servers i got a message that they where currupt and it looks like they where downloaded as ascii. I've downloaded packages before on this computer and they worked fine. The difference is that usu