Influxdb and influxdb-client armhf packages incompatible

Hi @BKFC,

If you download the package from our downloads page, or using the InfluxData repository, it will install both the database influxd and the CLI influx, as well as some other tools. There is no need to install another package.

Based on the error you shared, it looks like you first installed InfluxDB 1.7.9, and then were attempting to install influxdb-client_1.0.2, which looks like an old version of the client that is part of the Debian package repositories.

The error is telling you that dpkg cannot overwrite the influx binary that was included with the 1.7.9 package with the influx binary included in the older client package. You do not need the older client.