Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On Linux:

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

For "systemd":

Code Block
languagetext
systemctl stop unimus-core
systemctl disable unimus-core

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

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

For "sysv":

Code Block
languagetext
service unimus-core stop
update-rc.d -f unimus-core remove || chkconfig unimus-core off

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

rm /etc/init.d/unimus-core

...

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

The uninstaller will remove all Unimus Core 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-Core
  • C:\ProgramData\Unimus-Core