[Bug 806274] Re: apt not installing suggesteds
Launchpad Bug Tracker
806274 at bugs.launchpad.net
Fri Jul 15 07:35:57 UTC 2011
** Branch linked: lp:~donkult/apt/sid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/806274
Title:
apt not installing suggesteds
Status in “apt” package in Ubuntu:
New
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/806274/+subscriptions
More information about the foundations-bugs
mailing list