On Sun, Feb 23, 2014 at 3:19 PM, Joe Dalton <joedalt...@yahoo.dk> wrote: > Hi I can easily use f.ex Synaptic and see a list of all package descriptions f.ex in Science, but how do I get this list out in a file.txt (or something similar).
wget http://ftp.debian.org/debian/dists/sid/main/i18n/Translation-da.bz2 -O - | bzip2 -d - Regards, ~~helix84