Configure apt Tell apt where to find the WeeWX releases. This only has to be done once - the first time you install WeeWX. Tell your system to trust weewx.com:
wget -qO - https://weewx.com/keys.html | sudo apt-key add - For Debian10 and later, use python3: wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list For Debian9 and earlier, use python2: wget -qO - https://weewx.com/apt/weewx-python2.list | sudo tee /etc/apt/sources.list.d/weewx.list Install Use apt-get to install WeeWX. The installer will prompt for a location, latitude/longitude, altitude, station type, and parameters specific to your station hardware. sudo apt-get update sudo apt-get install weewx Dave - KB1PVH Sent from my Galaxy S21 On Fri, Mar 26, 2021, 10:20 AM zaax <[email protected]> wrote: > Not to sure what you mean > > but I followed the instructions on installing and thats what I got > > steve@steve-Swift-SF114-32:~$ sudo apt-get install weewx > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package weewx > steve@steve-Swift-SF114-32:~$ wget -qO - > https://weewx.com/apt/weewx-python3.list | sudo tee > /etc/apt/sources.list.d/weewx.list > deb [arch=all] http://weewx.com/apt/python3 buster main > steve@steve-Swift-SF114-32:~$ sudo apt-get install weewx > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package weewx > > On Friday, 26 March 2021 at 14:03:09 UTC [email protected] wrote: > >> Could probably list a bunch of reasons but would be speculation without >> some insight on what you have tried. >> >> Dave - KB1PVH >> >> >> >> >> Sent from my Galaxy S21 >> >> On Fri, Mar 26, 2021, 9:53 AM zaax <[email protected]> wrote: >> >>> Hi, >>> >>> Try to instal and I'm getting E: Unable to locate package weewx >>> >>> Please advise >>> >>> -- >>> 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/06e985be-6262-4dfe-bd6a-0336fe8cf451n%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/06e985be-6262-4dfe-bd6a-0336fe8cf451n%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/7e674da9-82ac-40c9-86f2-04808d30f3f0n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/7e674da9-82ac-40c9-86f2-04808d30f3f0n%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/CAEMY9FdBr2RMgxVp0QcL4g2uKi-L4T6JLRk8xPxktcWdrB77-g%40mail.gmail.com.
