RPM Soft dependencies (Was: Re: Agenda for the 2009-05-26 Packaging Committee meeting)

Roberto Ragusa mail at robertoragusa.it
Mon Jun 1 22:22:01 UTC 2009


Horst H. von Brand wrote:

> This means the overloaded user has to remember to mark as used the stuff
> she is using so it doesn't get pulled out from under her feet by deleting
> unrelated packages.

Nobody said stuff has to be removed automatically.
After you have a working infrastructure, you can decide the default
behavior.

  # yum remove a) b)
  Packages to be removed:
  a)
  b)
  Proceed:(y/n) y
  2 packages removed.
  # yum list --unused-deps
  The following packages were installed for dependencies but are
  currently not needed (use 'remove --unused-deps' to remove them):
  c)
  d)
  # yum remove --unused-deps
  Packages to be removed (unused deps):
  c)
  d)
  Proceed:(y/n) y
  2 packages removed.

(just fictional messages, of course)

-- 
   Roberto Ragusa    mail at robertoragusa.it




More information about the fedora-devel-list mailing list