zkg remove
can remove depended upon package without confirmation
#128
Labels
zkg remove
can remove depended upon package without confirmation
#128
If an installed packaged
foo/A
depends
on another packagefoo/B
(which would have been installed automatically), one can still executezkg remove foo/B
without being notified that one might breakfoo/A
.While the ability to uninstall packages like
foo/B
can be useful while e.g., testing updates tofoo/B
, it would still be great ifzkg
would give some indication that this operation breaks the install and would default to not performing the removal, e.g.,The text was updated successfully, but these errors were encountered: