Linux tip, Fedora tip / howto: sorting rpm packages by size

 
Note that these tips are mostly outdated


back to notes and tips index

Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.

sorting rpm packages by size

Especially useful when you want to clear some big useless packages to save disk space:

rpm -qa --qf '%{SIZE}\t%{NAME}\n' | sort -n


← back to notes and tips index
Please do not copy the text of this tip (© Patrick Min) to your web site.