On Fri, Sep 08, 2000 at 09:15:27AM +0200, [EMAIL PROTECTED] wrote:
> > Harry Putnam wrote:
> > > What does `glint' do for you that you cannot easily duplicate from the
> > > command line?
> > 
> 
> Many things.  Like looking through all installed RPMS searching for
> packages who are at the same time rarely used and relatively big so
> uninstalling them will free significant disk space.  Of course you can
> do an "rpm -qi $(rpm -qa) | less" but this is a lot less convenient.

This doesn't tell about frequency of usage but does give you a full
readout of size in a few seconds.

rpm -qa --queryformat '%{name}-%{version}-%{release} %{size}\n'|sort
-nr +1



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to