> I am a happy user of apt... and my cache is getting big. I > notice that I pile up several versions of programs as newer > ones become available. Is there a command to clean this > up a little bit. Searched in apt-cache and apt-conf. I saw > a Cache-Limit, but it's not exactly what I need.
Look at "apt-get clean" and "apt-get autoclean". They do slightly different functions, so you decide which is more appropriate. Hall