I just created a debian buster virtual machine and ran the commands and it worked and installed fine.
On Monday, 10 August 2020 21:53:03 UTC+10, Greg from Oz wrote: > > You didn't miss any I did..... > I am confused... > I missed the python line in your post. > > Is this: deb [arch=all] http://weewx.com/apt/python3 buster main > really in the weewx.list file? > > It's strange it doesn't work. > > On Monday, 10 August 2020 21:33:59 UTC+10, Mike McClane wrote: >> >> I’m confused. I ran: >> >> wget - keys >> wget - python3 >> apt-get update >> apt-get install >> >> What line did I miss >> >> On Aug 10, 2020, at 7:22 AM, Greg from Oz <[email protected]> wrote: >> >> You have to run the next line as well: >> >> wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee >> /etc/apt/sources.list.d/weewx.list >> >> >> sudo apt-get update >> sudo apt-get install weewx >> >> >> >> On Monday, 10 August 2020 21:11:47 UTC+10, Michael McClane wrote: >>> >>> >>> >>> On Sunday, August 9, 2020 at 4:38:44 PM UTC-4, gjr80 wrote: >>>> >>>> Hi, >>>> >>>> Would help if you copy/paste the exact commands you entered and their >>>> response. >>>> >>>> Gary >>>> >>> >>> Here it is >>> >>> >>> root@Buster:/home/mrmccla# wget -qO - http://weewx.com/keys.html |sudo >>> apt-key add - >>> OK >>> roor@Buster: wget -qO - http://wewx.com/apt/weewx-python3.list | sudo >>> tee /etc/apt/sources.list.d/weewx.list >>> root@Buster:/home/mrmccla# sudo apt-get update >>> Hit:1 http://security.debian.org buster/updates InRelease >>> Hit:2 http://mirror.steadfast.net/debian buster InRelease >>> Hit:3 http://mirror.steadfast.net/debian buster-updates InRelease >>> Reading package lists... Done >>> root@Buster:/home/mrmccla# sudo apt-get install weewx >>> Reading package lists... Done >>> Building dependency tree >>> Reading state information... Done >>> E: Unable to locate package weewx >>> >>> >>> >>> root@Buster:/etc/apt# ls >>> apt.conf.d sources.list sources.list.save >>> trusted.gpg.d >>> auth.conf.d sources.list~ sources.old >>> listchanges.conf sources.list.d trusted.gpg >>> preferences.d sources.list.d.weewx.list trusted.gpg~ >>> >>> >> -- >> 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 on the web visit >> https://groups.google.com/d/msgid/weewx-user/ea09e646-d51a-45d6-a8d8-9df0dba8fb18o%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/ea09e646-d51a-45d6-a8d8-9df0dba8fb18o%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> >> -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/64468191-c9ed-47c6-907b-7b2f60d8db24o%40googlegroups.com.
