User:Aapo/Waemo/Wheezy

aapo (Talk | contribs)
(get package list of wheezy)
Newer edit →

Revision as of 11:03, 27 October 2013

Debian 7.0 Wheezy.

Get list of packages on Wheezy:

wget http://packages.debian.org/wheezy/allpackages?format=txt.gz
mv allpackages\?format=txt.gz debian_package_list.txt.gz
gunzip debian_package_list.txt.gz
tail -n +7 debian_package_list.txt | awk '{print $1}' > debian_package_names.txt

(Package count is 48610, not listing them on here.)