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

On Linux:

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

For "systemd":

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":

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

On Windows:

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, 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
  • No labels