curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -echo "deb https://repos.influxdata.com/ubuntu trusty stable" | sudo tee /etc/apt/sources.list.d/influxdb.listapt updatelwk@qwfys ~ $ apt install influxdbsudo service influxdb start查看influxdb应用对应的几个端口号有没有正常工作
sudo netstat -naptu | grep LISTEN | grep influxdInstall Influxdb in Ubuntu 16.04 LTS
原文:http://blog.51cto.com/qwfys200/2074399