User:Aapo/Waemo/Wheezy

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}' | uniq > debian_package_names.txt

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