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