gregoa's blog
random musings about computers, life, and everything

2007-11-17 18:17:17 +0100
aptitude & recommends
due to the latest changes in apt (which installs packages marked as Recommends: by default since 0.7.7) aptitude — even if "Install recommended packages automatically" is not checked in aptitude's options dialog — pulls in recommended packages just like apt-get, whether called from the command line or interactively; cf. also #448561. the fix to keep both apt-get & aptitude from installing recommended packages is something like:
$ cat /etc/apt/apt.conf.d/15recommends
APT {
        Install-Recommends "false";
};
(also very useful for (p|cow)builder where installing recommended packages in the chroot is just wrong & takes a long time; cf. also #448562.)
permalink | tags: computer, planetdebian

created by Chronicle v4.6

gregoa with debian swirl


tags
archives

weather

Temperature in Innsbruck

debian perl group

Logo Debian Perl Group © 2009, ghostbar, CC BY-NC-SA 2.0

copyright & license

Creative Commons License
All material on this blog — unless stated otherwise — is © gregor herrmann, and is licensed under the Creative Commons Attribution-Share Alike 3.0 Austria License.