On 9/13/2017 3:17 PM, Achim Gratz wrote:
Ken Brown writes:
I've changed this so that the user can now review the packages that
will be installed. But I still haven't found a good way to enable the
user to refuse dependencies.
With zypper you'd create a package lock and there'd be no changes to
the state of the package (including from uninstalled to installed).
Yes, I think that would work. I already use that to prevent upgrade
when the user has selected "Keep" on a package that would otherwise be
upgraded.
What I've been struggling with, however, is the UI. But now that I
think about it, maybe it isn't that hard. It's just a matter of doing
something reasonable if the user unchecks "Accept default problem
solutions". I'll see what I can come up with.
Ken