Page 1 of 1

Uninstall Domoticz from Linux

Posted: Tuesday 19 January 2016 11:22
by marigo
Hi all,

I followed the http://www.domoticz.com/wiki/Linux to install Domoticz, but I want to uninstall it. Can you just remove the directories or are there special things you have to take care of?

Re: Uninstall Domoticz from Linux

Posted: Thursday 28 January 2016 11:15
by ebretteville
I'll be interested also to get an answer because I installed it on LMDE and now, I need at each login to type the

Code: Select all

startx
command...

Thanks guys

Re: Uninstall Domoticz from Linux

Posted: Saturday 30 January 2016 15:27
by paulvha
If you want to remove Domoticz:

delete the Domoticz directory

( in case you had installed for automatic start)
- remove in /etc/init.d : domoticz.sh
- also check the directories /etc/rcx.d ( x = 1 - 6) for S or K files with domoticz

Not sure how this is integrated with StartX, I have both running in parallel without depending on each other.

Re: Uninstall Domoticz from Linux

Posted: Thursday 04 February 2016 19:55
by marigo
Ok, will try that and report back when it's gone. :)

Edit:
I installed domoticz as root so in home directory eg /root/

Code: Select all

rm -r domoticz/
rm -r open-zwave/
rm -r open-zwave-read-only 
Reloaded and everything looks ok in syslog.

Thx paulvha!

Re: Uninstall Domoticz from Linux

Posted: Thursday 03 October 2019 20:05
by febalci
Also don't forget to handle /etc/systemd/system/domoticz.service. First stop the service, disable it and delete it.