We have moved to www.dataGenX.net, Keep Learning with us.

Saturday, June 21, 2014

List all RPMs in Linux


Use this command

$ rpm -qa --qf '%11{SIZE} %{NAME}\n' | sort -k1nr