Uninstallation

Modified on Thu, 29 Jan at 5:20 PM

Depending on the operating system, the uninstallation of the Reemo Agent is done differently.

Windows

On Windows, the agent can be uninstalled directly from the system settings:

  1. Open Start → Settings → Apps → Installed apps.

  2. Search for Reemo in the list.

  3. Click Uninstall to remove the agent.

Linux

On Linux, uninstallation is done in two steps: first stop the service, then remove the installed package.

Note

You must have administrative rights (sudoer) to uninstall the agent.

sudo systemctl stop "reemod.service"
sudo systemctl disable "reemod.service"
sudo rm /etc/systemd/system/reemod.service

After this step, your machine will appear as Offline in the Reemo portal.

Debian Based (Ubuntu, Debian, etc.)

sudo apt remove reemod

Fedora

sudo yum remove reemod

Arch Linux

pacman -R reemod


MacOS

On macOS, a dedicated script is provided to completely remove the agent:

Note

You must have administrative rights to uninstall the agent.

curl -skL -o /tmp/uninstall_reemo.x 'https://download.reemo.io/macos/uninstall.x' && sudo bash /tmp/uninstall_reemo.x

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article