Page tree
Skip to end of metadata
Go to start of metadata

On Linux:

Uninstalling Unimus is different depending on if your system runs the "systemd" or the "sysv" init system.

For "systemd":

systemctl stop unimus
systemctl disable unimus

rm -r /opt/unimus
rm -r /etc/unimus
rm /etc/default/unimus

rm /etc/systemd/system/unimus.service
systemctl daemon-reload

For "sysv":

service unimus stop
update-rc.d -f unimus remove || chkconfig unimus off

rm -r /opt/unimus
rm -r /etc/unimus
rm /etc/default/unimus

rm /etc/init.d/unimus 

On Windows:

Simply use the "Add or remove program" Windows utility to uninstall Unimus.

The uninstaller will remove all Unimus files, but not user-created files (such as config file, the embedded HSQL DB, etc.).
After the unintaller is finished, you might also want to remove the directories that are not removed if there are any user-created files.

These are:

  • C:\Program Files\Unimus
  • C:\ProgramData\Unimus
  • No labels