# infrastructure-uninstaller **Repository Path**: mirrors_apache/infrastructure-uninstaller ## Basic Information - **Project Name**: infrastructure-uninstaller - **Description**: ASF Infrastructure Application Uninstaller - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-28 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # infrastructure-uninstaller ASF Infrastructure Application Uninstaller Uninstalls older versions of known programs that are now pipservices: - blocky - kif - loggy Runs once (per install or per restart) and scans through the systemd lib and filesystem for whether these apps are installed, and removes them completely if found, by: - stopping the service - disabling the service - removing all systemd/upstart files - removing all application files - removing the application main directory - reloading systemd - resetting any found failures in systemd It may be installed on one or more nodes via pipservice, as such: ~~~yaml pipservice: uninstaller: tag: master ~~~