In Ubuntu/Debian are apt-get install/upgrade calls cached on a transparent proxy(That is setup with squid).

While I would like to think they are (to save bandwidth in a large network) I haven't found anything that verifies or denies this. Also keep in mind most of my repositories are are setup to use HTTP (which should be cache-able).

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

apt-mirror does this...that's it's sole purpose

link|improve this answer
Thanks the app is pretty awesome – RC1140 Jan 12 '11 at 8:11
feedback

apt uses standard HTTP GET requests, which should be cached by Squid the same way as normal browsing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.