Hi all,
I’m new to influx. I’m trying to get it installed on a raspberry Pi. I followed the instruction here:
- Install InfluxDB OSS | InfluxDB OSS v1 Documentation
and here as a similar but slightly different approach - Installing InfluxDB to the Raspberry Pi - Pi My Life Up.
But for both ways I get the following message output with error message:
sudo apt update
Hit:1 https://repos.influxdata.com/debian stable InRelease
Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
Hit:3 https://deb.nodesource.com/node_18.x nodistro InRelease
Hit:4 http://raspbian.raspberrypi.com/raspbian bookworm InRelease
Ign:5 https://repos.influxdata.com/debian bookworm InRelease
Err:6 https://repos.influxdata.com/debian bookworm Release
404 Not Found [IP: 2600:9000:2315:1e00:11:fe8d:7d40:93a1 443]
Reading package lists... Done
E: The repository 'https://repos.influxdata.com/debian bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
I’m not too familiar with linux, so I’m reaching out to you in the hope to get some hints how to fix the issue-
Thanks in advance