<br><br><div class="gmail_quote">On Tue Dec 16 2014 at 9:09:59 PM Chris Murphy &lt;<a href="mailto:lists@colorremedies.com">lists@colorremedies.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fresh installation of Fedora 21 Workstation, accepting defaults, I<br>
then reboot and notice the following contents of /var/cache, filtering<br>
out things not relevant for this discussion (which also happen to not<br>
change between the three states).<br>
<br>
Starting point right after installation:<br>
<br>
[root@localhost cache]# du -sh *<br>
16K dnf<br>
85M PackageKit<br>
4.0K yum<br>
<br>
<br>
Login, wait for ~ 1/2 hour:<br>
<br>
[root@localhost cache]# du -sh *<br>
94M dnf<br>
446M PackageKit<br>
4.0K yum<br>
<br>
That&#39;s 455MB of silently downloaded data, by default. Upon doing a yum<br>
upgrade, but rejecting the actual upgrade:<br>
<br>
[root@localhost cache]# du -sh *<br>
94M dnf<br>
446M PackageKit<br>
137M yum<br><br></blockquote><div>There  is some problems in your numbes, not everything in cache is downloaded. In the dnf case only a repomd.xml (one for each repo, &lt;5K) is download every time metadata cache is expired, and only changed metadata will be downloaded (repodata/*.xml.gz), the Fedora repo dont change, so it is only downloaded once, Updates is composed once every day, so it will only be downloaded one a day.</div><div>Rest of the content of cache/dnf is generated from the unpacked metadata, so the size of the directory don&#39;t tell any thing about how much metadata is downloaded and how often.</div><div><br></div><div>Tim</div><div><br></div></div>