Status of weak dependencies support in Fedora 21+

Michael Schroeder mls at suse.de
Sun Nov 9 15:03:37 UTC 2014


On Sat, Nov 08, 2014 at 11:26:50PM +0100, drago01 wrote:
> Well if you have package foo that suggests bar and you do
> 
> dnf/yum install foo it should simply install both, but if you do
> yum/dnf remove bar it should leave foo installed.
> 
> But neither is implemented.

Because you're using Suggests, not Recommends. For Recommends, dnf will
also install bar if you install foo. It will also remove bar again if
you deinstall foo and clean_requirements_on_remove is set to true.

Cheers,
  Michael.

-- 
Michael Schroeder                                   mls at suse.de
SUSE LINUX GmbH,           GF Jeff Hawn, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}


More information about the devel mailing list