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