Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling Kapacitor Against RPM Package Installation

  1. Stop the Kapacitor service.
    1
    2
    ps -ef | grep kapacitord
    kill -9 PID
    
  2. Query the installed Kapacitor and uninstall it.
    1
    2
    rpm -qa | grep kapacitor
    rpm -e kapacitor-1.5.0-1.aarch64
    
  3. Confirm that the uninstallation is successful.
    1. The Kapacitor RPM package cannot be found.
      1
      rpm -qa | grep kapacitor
      
    2. The Kapacitor system command is not found.

  4. Delete the configuration file.
    1
    rm -rf /etc/kapacitor/kapacitor.conf