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:
Open Start → Settings → Apps → Installed apps.
Search for Reemo in the list.
Click Uninstall to remove the agent.
Linux
On Linux, uninstallation is done in two steps: first stop the service, then remove the installed package.
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:
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
Feedback sent
We appreciate your effort and will try to fix the article