Search found 1 match

by uname
Sat May 02, 2015 8:55 pm
Forum: POLLS (/usr/bin/dialog)
Topic: How many packages do you have installed?
Replies: 48
Views: 19089

Re: How many packages do you have installed?

Code: Select all

dpkg --get-selections | wc -l
1640
The problem is not the count but the size

Code: Select all

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more