> Lots. I have almost 1800 installed. > > $ dpkg -l | wc > 1755 15056 125393
you should filter the `dpkg -l` through grep to get installed packages: $ dpkg -l | grep ^.i | wc -matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

