I'm trying to reinstall weewx. This is on a Linux Mint 22.2 system using apt. When I wiped the previous install, using:
$ sudo apt remove --purge weewx
I got the following warning:
dpkg: warning: while removing weewx, directory '/usr/share/weewx' not empty so not removed
From the upgrade guide <
https://weewx.com/docs/5.2/upgrade/>, it looks like weewx 5.x no longer uses the executables in /usr/share/weewx. Is it okay to delete everything in that directory?
Thanks,
-js