Re: apt-get cannnot clean cache files
From: Maurits van Rees (maurits_at_vanrees.org)
Date: 10/30/04
- Previous message: Elimar Riesebieter: "Debian Packages vim7.0aa"
- In reply to: Kuang He: "apt-get cannnot clean cache files"
- Next in thread: Kuang He: "Re: apt-get cannnot clean cache files"
- Reply: Kuang He: "Re: apt-get cannnot clean cache files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Oct 2004 16:50:13 +0200 To: debian-user@lists.debian.org
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 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Elimar Riesebieter: "Debian Packages vim7.0aa"
- In reply to: Kuang He: "apt-get cannnot clean cache files"
- Next in thread: Kuang He: "Re: apt-get cannnot clean cache files"
- Reply: Kuang He: "Re: apt-get cannnot clean cache files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|