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

Bug#230295: marked as done (apt-get install --suggests --recommends package...)



Your message dated Wed, 18 Aug 2010 18:48:01 +1200
with message-id <20100818064801.GA8974@eisluft>
and subject line Re: apt-get install --suggests --recommends package...
has caused the Debian Bug report #230295,
regarding apt-get install --suggests --recommends package...
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
230295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230295
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.5.14
Severity: wishlist

Maybe add switches to apt-get install, to also pull in Suggests and Recommends...



--- End Message ---
--- Begin Message ---
fixed 230295 0.7.0
thanks

apt 0.7.0 installs recommended packages by default, and supports
--no-install-recommends/--install-recommends to override the configured
behaviour.

There's also now configuration file options you can put in /etc/apt/apt.conf
for controlling installation of suggested/recommended packages:

APT::Install-Recommends "true";
APT::Install-Suggests "true";

And you can override these on the command line, so the requested --suggests
command line option can be achieved like so:

apt-get -oAPT::Install-Suggests=true install foo

So everything asked for in this bug has since been implemented, so closing.

Cheers,
    Olly


--- End Message ---

Reply to: