I have OH 5.2 current installed and I’ve been messing a bit with MQTT and Mosquitto. Mosquitto was installed via openhabian-config and I’d like to uninstall cleanly.
I’ve tried using apt uninstall but what I’m left with won’t let me reinstall via openhabian-config. Is there a better way to cleanly uninstall Mosquitto from openhabian?
What is the error that comes up when you try to reinstall it using openhabian-config? For the most part, all openhabian-config does is use apt install mosquitto to install it and deploys a mosquitto.conf file that configures the ports and such. I can’t imagine what would be left after doing an apt unininstall that would break redoing that.
However, apt purge should remove config files and other data that is not necessarily part of what apt installs.