Any recent Raspbian works.

Just try the official commands from the Debian quickstart again please.

# 1. install prerequisites
sudo apt update
sudo apt install -y wget gnupg

# 2. tell the os to trust the weewx gpg keys
wget -qO - https://weewx.com/keys.html | sudo gpg --dearmor --output 
/etc/apt/trusted.gpg.d/weewx.gpg

# 3. tell the os where to find the weewx packages
echo "deb [arch=all] https://weewx.com/apt/python3 buster main" | sudo tee 
/etc/apt/sources.list.d/weewx.list

# 4. update the os to know what is in the weewx repository
sudo apt update

# 5.install weewx
sudo apt install weewx

Running 'sudo apt update' both times is very important to do.


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/28e0599b-d759-4062-a28e-fea14a9c13cdn%40googlegroups.com.

Reply via email to