Skip to content

Uninstall

The Bleemeo agent is installed using system packages and can be removed the same way.

Uninstall the agent:

Terminal window
sudo apt-get remove bleemeo-agent glouton

Remove dependencies that are no longer required:

Terminal window
sudo apt-get autoremove

Optionally, remove the Bleemeo software repository:

Terminal window
sudo rm /etc/apt/sources.list.d/bleemeo-*.list
sudo apt-get update

Removing CentOS/AlmaLinux/RockyLinux Installation

Section titled “Removing CentOS/AlmaLinux/RockyLinux Installation”

Uninstall the agent:

Terminal window
sudo dnf remove bleemeo-agent glouton

Optionally, remove the Bleemeo software repository:

Terminal window
sudo rm /etc/yum.repos.d/bleemeo.repo

Uninstall the agent:

Terminal window
sudo dnf remove bleemeo-agent glouton

Optionally, remove the Bleemeo software repository:

Terminal window
sudo rm /etc/yum.repos.d/bleemeo.repo

To uninstall the Bleemeo agent from Windows:

  1. Open Settings > Apps > Apps & features (or Installed apps on Windows 11).
  2. Search for Glouton in the list.
  3. Click the application entry and select Uninstall.
  4. Follow the prompts to complete the removal.
Uninstalling Glouton from Windows Apps & features

If you run the Bleemeo agent as a Docker container, stop and remove it:

Terminal window
docker stop bleemeo-agent
docker rm bleemeo-agent

Optionally, remove the image to free disk space:

Terminal window
docker rmi bleemeo/bleemeo-agent

To uninstall the Bleemeo agent from your TrueNAS server, run the following command:

Terminal window
service glouton uninstall

This removes all Bleemeo agent data. The ZFS dataset may be left behind — you can safely delete it using the TrueNAS UI if you are not using it for anything else.

Use the TrueNAS UI to delete the custom application.

If you installed the Bleemeo agent manually, it is located at /usr/local/sbin/glouton.

Stop the agent:

Terminal window
sudo -u glouton pkill glouton

Remove the binary:

Terminal window
sudo rm /usr/local/sbin/glouton