Uninstalling Kapacitor Against RPM Package Installation
- Stop the Kapacitor service.
1 2
ps -ef | grep kapacitord kill -9 PID
- Query the installed Kapacitor and uninstall it.
1 2
rpm -qa | grep kapacitor rpm -e kapacitor-1.5.0-1.aarch64
- Confirm that the uninstallation is successful.
- Delete the configuration file.
1rm -rf /etc/kapacitor/kapacitor.conf
Parent topic: Uninstalling Kapacitor
