RE: apt cache clean

2001-03-21 Thread Carlos Laviola
On 20-Mar-2001 Matthieu Paindavoine wrote: > Hello, > > 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

Re: apt cache clean

2001-03-21 Thread Willi Dyck
'apt-get clean' deletes the whole cache and 'apt-get autoclean' deletes only the files from the cache which aren't downloadable anymore. See the manpage of apt-get for further information. On Tue, Mar 20, 2001 at 05:23:26AM +0100, Matthieu Paindavoine wrote: > Hello, > > I am a happy user of apt

Re: apt cache clean

2001-03-21 Thread Hall Stevenson
> 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

RE: apt cache clean

2001-03-21 Thread Kuhar, Mike
Yes, Matthieu Try: apt-get autoclean This will remove all older package versions. -mk > -Original Message- > From: Matthieu Paindavoine [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2001 11:23 PM > To: debian-user@lists.debian.org > Subject: apt cache clean > > > Hello, > > I