Re: apt.conf question
Am Mittwoch, 9. November 2005 17:30 schrieb Joey Hess: > Markus Feilner wrote: > > I found the following entry in the /etc/apt/apt.conf file and now I think > > of becoming a little angry :-( because I know the two parameters "Assume > > Yes 'true'" and
apt.conf question
ns for apt-get Get { Assume-Yes "true"; Fix-Missing "yes"; Show-Upgraded "yes"; Purge "true"; // really purge! Also removes config files List-Cleanup "true"; ReInstall "false"; }; --