SK
Signal Kā€¢3mo ago
irjudson

irjudson - Q2: Any magic installing influxdb2? ...

Q2: Any magic installing influxdb2? I have followed instructions (for a raspberry pi) and get "unable to locate package"
2 Replies
Tony
Tonyā€¢3mo ago
Try this before installing...
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
Then install with sudo apt install influxdb2
irjudson
irjudsonā€¢3mo ago
I did a bunch of that with a few different suggested sources, verifying what I have matches above I think the difference is /debian stable main doing update, then install see how it works thanks @Tony no joy meh here's what I get: from apt-get update: Get:7 https://repos.influxdata.com/debian stable/main armhf Packages [4,744 B] which seems sane then: root@Curiosity-Pi:/etc/apt/keyrings# apt install influxdb2 Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package influxdb2 root@Curiosity-Pi:/etc/apt/keyrings# pretty sure influx has blacklisted me or something (kidding) oi discovered one of my issues, apparently installed 32bit raspian not 64; upgrading another day šŸ˜