[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get cannnot clean cache files



On Sat, Oct 30, 2004 at 05:56:28PM +0800, Kuang He wrote:
> Hello, everyone!
> 
> I want to achieve the effects of ``apt-get clean'' after each 'apt-get
> install foo' and I've put ``ATP::APT::Get::Clean "always";'' in
> /etc/apt/apt.conf, but it seems not to work. What can I do?

ATP::APT::Get::Clean "always";
should quite likely be:
APT::Get::Clean "always";

Otherwise, try:
APT::Clean-Installed Yes;

At least that's what I have in /etc/apt/apt.conf and it seems to be
working. But maybe that is one of the other lines:

DSELECT::Clean auto;
which will do its magic when you are using dselect.

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands]
"Let your advance worrying become advance thinking and planning."
 - Winston Churchill



Reply to: