Rodolfo Medina wrote on 12/04/16 12:54:
> Jörg-Volker Peetz <jvpe...@web.de> writes:
<snip>
>>   aptitude -F '%p %I %d' --sort installsize search '~i'
> 
> 
> What about reverse (descending) installsize order?
> 
> Thanks,
> 
> Rodolfo
> 
For that purpose, the unix command "tac" comes handy

  aptitude -F '%p %I %d' --sort installsize search '~i' | tac

Regards,
jvp.


Reply via email to