Jörg-Volker Peetz wrote on 12/04/16 10:40: > Greg Wooledge wrote on 12/01/16 20:06: >> On Thu, Dec 01, 2016 at 06:38:45PM +0000, Rodolfo Medina wrote: > <snip> >> >> P.S. http://wooledge.org/~greg/ds will sort the installed packages by >> size for you. As you can see, many of us have been there, done that. >> > <snip> > > Yes, e.g., aptitude can do this sorting (and sorting by other criteria): > > aptitude -F '%p %D %d' --sort installsize search '~i' > Correction: to display the installed size this should be
aptitude -F '%p %I %d' --sort installsize search '~i' Regards, jvp.