On Mon, Jul 10, 2017 at 3:27 PM, William L. Thomson Jr. wrote: > > > Not sure why anyone would have objection to such a warning like exists > for other things. Or providing more information to the user as to why a > package was not removed, or should not be removed. > > -- > William L. Thomson Jr. > If you want dependencies checked, use the correct option which checks them. This takes significantly longer than -C, as it's significantly more complex to check for. As far as I can tell, you are literally asking for -C to behave like -c, when you could just be using -c instead. -Ben