<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Queryformat on Amit Agarwal Linux Blog</title>
    <link>/tags/queryformat/</link>
    <description>Recent content in Queryformat on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 13 Oct 2010 20:38:35 +0000</lastBuildDate>
    
	<atom:link href="/tags/queryformat/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>List all the rpms by size – quick way to find out what is eating your disk space in root partition</title>
      <link>/2010/10/13/list-rpms-size-quick-find-eating-disk-space-root-partition/</link>
      <pubDate>Wed, 13 Oct 2010 20:38:35 +0000</pubDate>
      
      <guid>/2010/10/13/list-rpms-size-quick-find-eating-disk-space-root-partition/</guid>
      <description>&lt;!--[ad#ad-2]--&gt;
&lt;p&gt;Here is a quick command to check the list of installed packages by their size in reverse order. Very useful if you want to remove unwanted rpms just to clean up some space on your disk:&lt;/p&gt;
&lt;div class=&#34;codecolorer-container text solarized-light&#34; style=&#34;overflow:auto;white-space:nowrap;width:550px;&#34;&gt;
  &lt;table cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&gt;
    &lt;tr&gt;
      &lt;td class=&#34;line-numbers&#34;&gt;
        &lt;div&gt;
          1&lt;br /&gt;
        &lt;/div&gt;
      &lt;/td&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;td&amp;gt;
    &amp;lt;div class=&amp;quot;text codecolorer&amp;quot;&amp;gt;
      rpm -q -a --qf &amp;quot;%10{SIZE}\t%{NAME}\n&amp;quot; | sort -k1,1nr |more
    &amp;lt;/div&amp;gt;
  &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;Sample output:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;78070452    kernel&lt;br&gt;
78060477    kernel&lt;br&gt;
50708634    jre&lt;br&gt;
50316408    libgcj&lt;br&gt;
48581593    wireshark&lt;br&gt;
47778643    gimp&lt;br&gt;
47674675    jre&lt;br&gt;
47303084    qt-x11&lt;br&gt;
45838912    otrs&lt;br&gt;
45657248    chromium-libs&lt;br&gt;
42070128    wxPython&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
