On Thursday, November 23, 2017 at 6:26:59 PM UTC-5, vince wrote: > > > You probably need to 'apt-get update' then 'apt-get upgrade' >
if you only want to upgrade weewx and not the rest of your system, then do: apt-get update apt-get install weewx the 'apt-get update' will update your system's repository information - it does nothing to any software currently installed. the 'apt-get upgrade' will upgrade all software on your system for which upgrades are available. the 'apt-get install weewx' will upgrade just weex (or install it if you have not installed it already) m -- 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]. For more options, visit https://groups.google.com/d/optout.
