<div dir="ltr">On Wed, Aug 20, 2014 at 3:53 AM, Tom H <span dir="ltr"><<a href="mailto:tomh0665@gmail.com" target="_blank">tomh0665@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Running "apt-get autoclean" after "apt-get clean" doesn't make sense.<br>
<br>
"clean" removes all downloaded deb files from "/var/cache/apt/archives/".<br>
<br>
"autoclean" removes all downloaded deb files from<br>
"/var/cache/apt/archives/" that are no longer downloadable from the<br>
repositories.<br>
<br>
Running "rm /var/cache/apt/archives/*" after running "apt-get clean"<br>
doesn't make sense either. Not only won't there be any deb files there<br>
to remove but that command won't delete files in<br>
"/var/cache/apt/archives/partial/".<br>
<br>
If you don't want to run "apt-get clean", you could replace it with<br>
"find /var/cache/apt/archives -type f -delete".<br>
<br>
(FTR, there's no relationship between "apt-get clean" and "apt-get<br>
update". The latter downloads files to "/var/lib/apt/lists/".)<br>
<span class="HOEnZb"></span></blockquote><div>Thank you! <br></div></div></div></div>