Hello, this is on a fresh Raspberry Pi 3 model B+ OS install. I'm following the instructions and I ran into problems. I found the NO_PUBKEY issue and updated it with:
wget -qO - https://weewx.com/keys-old.html | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpgFile '/etc/apt/trusted.gpg.d/weewx.gpg' exists. Overwrite? (y/N) y
No joy, when I do: sudo apt install weewx
I end up with: Unable to locate package weewx
I'm out of ideas.
vp2pi@rpivp2:~ $ wget -qO - https://weewx.com/keys.html | \ sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpgvp2pi@rpivp2:~ $ echo "deb [arch=all] https://weewx.com/apt/python3 buster main" | \ sudo tee /etc/apt/sources.list.d/weewx.listdeb [arch=all] https://weewx.com/apt/python3 buster mainvp2pi@rpivp2:~ $ sudo apt updatesudo apt install weewxGet:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]Get:3 https://weewx.com/apt/python3 buster InRelease [3,614 B] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]Get:5 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB]Err:3 https://weewx.com/apt/python3 buster InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FCCF0E2B09EReading package lists... Done W: GPG error: https://weewx.com/apt/python3 buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ED444FCCF0E2B09EE: The repository 'https://weewx.com/apt/python3 buster InRelease' is not signed.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.Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package weewxvp2pi@rpivp2:~ $ wget -qO - https://weewx.com/keys-old.html | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpgFile '/etc/apt/trusted.gpg.d/weewx.gpg' exists. Overwrite? (y/N) y
vp2pi@rpivp2:~ $ sudo apt install weewx
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package weewx