Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling InfluxDB Against RPM Package Installation

  1. Query the installed InfluxDB RPM package and uninstall it.
    1
    2
    rpm -qa | grep influx
    rpm -e influxdb2-2.0.3-1.aarch64
    

  2. Confirm that the uninstallation is successful.
    1. The installed InfluxDB RPM package cannot be found.
      1
      rpm -qa | grep influx
      
    2. The influx and infuxd system commands are not found.