系统:Ubuntu 22.04.2 LTS
安装版本:Influx 1.8
一、下载安装
查看安装包
apt-cache search influxdb
#
wget -qO- https://repos.influxdata.com/influxdata-archive_compat.key | sudo apt-key add -
#
source /etc/lsb-release
#
echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
#
sudo apt-get update
再次查看安装包
apt-cache search influxdb
开始安装
sudo apt-get install influxdb
二、启动
# 查看版本
influx -version
# 启动
sudo service influxdb start
# 进入交互界面
influx
觉得本篇对您有帮助的,请留下一个大大的👍🏼赞,这对我真的很重要!