pub async fn handle_uninstall_approved( config: &Config, category: Option<&str>, force: bool, purge: bool, dry_run: bool, yes: bool, ) -> Result<()>