linuxmint / mintcommon

23 stars 25 forks source link

Don't allow uninstall of a package if... #48

Closed fredcw closed 2 years ago

fredcw commented 2 years ago

...it has dependents (reverse dependencies). Also when removing a package, also remove its autoremovable dependencies. Fix depreciation warnings in call to Gtk.MessageDialog

This is to prevent the accidental removal of meta packages by inexperienced users.

(This is a second attempt at a previous PR #47)