Re: apt failure - help needed

2002-11-07 Thread Ing. Vladimir M. Kerka
Thank you very much, seems it works. Vlada On Thu, 2002-11-07 at 01:17, Levi Waldron wrote: > > Looks like you have to increase the size of your apt-cache. > > Go to /etc/apt/apt.conf, and add the line 'APT::Cache-Limits xxx', where > xxx is the desirable size in bytes. Choose something like 12

Re: apt failure - help needed

2002-11-06 Thread Levi Waldron
Looks like you have to increase the size of your apt-cache. Go to /etc/apt/apt.conf, and add the line 'APT::Cache-Limits xxx', where xxx is the desirable size in bytes. Choose something like 12 or 24 M ( which would be 12582912 or 25165824 in bytes). Hope that helps - Thi