UninstallationΒΆ
Depending on the operating system, the uninstallation of the Reemo Agent is done differently.
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.
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
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