Influxdb install

Aus Xinux Wiki
Version vom 10. Oktober 2019, 07:38 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Add the influxdata Key= *sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - =Add the influxdata repository= *source /etc/lsb-release…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Add the influxdata Key

Add the influxdata repository

Now update the repository and install the 'influxdb' package using the apt command below

  • sudo apt update
  • sudo apt install influxdb -y