Uninstalling Evoko Home
How to fully remove an Evoko Home installation and its dependencies for both Windows Server and Ubuntu.
Windows Server
- Uninstall the following programs, if present:
- Evoko Home
- Evoko Overview Screen
- MongoDB
- Node.js
- Delete the following folders, if present:
C:\Program Files\EVOKO\EvokoHome
C:\Program Files\MongoDB
C:\Program Files\mongosh
C:\Program Files\nodejs
C:\ProgramData\Evoko
Ubuntu
- Navigate to the Evoko Home installation folder and run the uninstallation script:
cd '~/Evoko Home' && sudo bash uninstall.sh
- Uninstall the MongoDB and Node dependencies:
sudo apt remove nodejs mongodb-org