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

Re: How many packages in Sid



On Thu 05 Sep 2013 at 22:16:39 +0200, sp113438 wrote:

> How do I find out the number of packages currently in Sid?
> Google did not help me.

An example:

  wget ftp://ftp.debian.org/debian/dists/sid/main/binary-i386/Packages.gz

  gunzip Packages.gz

  grep ^Package: Packages | wc -l


Reply to: