User:Aapo/Waemo/Wheezy

From Maemo Wiki
Revision as of 11:03, 27 October 2013 by imported>aapo (get package list of wheezy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.)