Markku Kolkka wrote:
James Thorpe kirjoitti viestissään (lähetysaika perjantai, 16. joulukuuta 2005 00:24):
Is there a way, using yum or otherwise, to get a list of
installed packages sorted by package size?
rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SIZE}\n' | sort -n -k2 | more
Looking through the list - there's quite a lot of packages marked as
being FC3 - are these safe to remove now I've upgraded to FC4, or should
I first check to make sure there is an equivalent FC4 version on my system?
James.