apt not installing suggesteds

Bug #806274 reported by buchs
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apt (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I want "apt-get install" to install both recommended and suggested packages. I've tried to get it to do that as it is documented and also as has been discussed here: http://ubuntuforums.org/showthread.php?t=43382. I have failed to get it to install the suggested packages. Here is what I have tried
    sudo apt-get --install-recommends --install-suggests install <package>
    sudo apt-get --install-recommends -o APT::Install-Suggests=true install <package>
    sudo apt-get install <package> --install-recommends -o APT::Install-Suggests=true
    (adding a file, 99all, to /etc/apt/apt.conf.d, containing:
           APT::Install-Recomments="true";
           APT::Install-Suggests="true";

It seems like the feature is broken.

Related branches

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package apt - 0.8.15.2ubuntu1

---------------
apt (0.8.15.2ubuntu1) oneiric; urgency=low

  [ Michael Vogt ]
  * apt-pkg/acquire-item.cc:
    - improve error message for a expired Release file
  * apt-pkg/algorithms.cc:
    - Hold back packages that would enter "policy-broken" state on upgrade
      when doing a "apt-get upgrade"

  [ David Kalnischkies ]
  * apt-pkg/pkgcachegen.cc:
    - fallback to memory if file is not writeable even if access()
      told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
  * doc/sources.list.5.xml:
    - document available [options] for sources.list entries (Closes: 632441)
  * doc/apt.conf.5.xml:
    - document APT::Architectures list (Closes: #612102)
  * cmdline/apt-get.cc:
    - restore all important dependencies for garbage packages (LP: #806274)
  * apt-pkg/init.cc:
    - use CndSet in pkgInitConfig (Closes: #629617)
  * apt-pkg/depcache.cc:
    - change default of APT::AutoRemove::SuggestsImportant to true
 -- Michael Vogt <email address hidden> Fri, 15 Jul 2011 10:16:45 +0200

Changed in apt (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.