Uninstall
Removing Debian/Ubuntu Packages Installation
Section titled “Removing Debian/Ubuntu Packages Installation”If you installed Bleemeo agent with the standard method, it’s installed using your system packaging tools. You could therefore remove it like any system packages.
The following command will uninstall Bleemeo agent:
sudo apt-get remove bleemeo-agent gloutonYou may also want to run the following command to remove dependencies that are no longer required:
sudo apt-get autoremoveFinally, you could remove our software repository:
sudo rm /etc/apt/sources.list.d/bleemeo-*.listsudo apt-get updateRemoving CentOS/AlmaLinux/RockyLinux Packages Installation
Section titled “Removing CentOS/AlmaLinux/RockyLinux Packages Installation”If you installed Bleemeo agent with the standard method, it’s installed using your system packaging tools. You could therefore remove it like any system packages.
The following command will uninstall Bleemeo agent:
sudo dnf remove bleemeo-agent gloutonFinally, you could remove our software repository:
sudo rm /etc/yum.repos.d/bleemeo.repoRemoving Fedora Packages Installation
Section titled “Removing Fedora Packages Installation”If you installed Bleemeo agent with the standard method, it’s installed using your system packaging tools. You could therefore remove it like any system packages.
The following command will uninstall Bleemeo agent:
sudo dnf remove bleemeo-agent gloutonFinally, you could remove our software repository:
sudo rm /etc/yum.repos.d/bleemeo.repoRemoving Docker Installation
Section titled “Removing Docker Installation”If you run Bleemeo agent using Docker image, uninstalling agent is as simple as destroying the containers:
docker stop bleemeo-agentdocker rm bleemeo-agentYou may also want to remove the images to free some disk space:
docker rmi bleemeo/bleemeo-agentRemoving TrueNAS CORE Installation
Section titled “Removing TrueNAS CORE Installation”To uninstall Bleemeo agent from your TrueNAS server, run the following
service glouton uninstallThis will remove all data from Bleemeo agent. Only the ZFS dataset may be left behind, you can safely delete this dataset using TrueNAS UI if you didn’t used it for something else.
Removing TrueNAS SCALE Installation
Section titled “Removing TrueNAS SCALE Installation”Use the TrueNAS UI to delete the custom application.
Removing Manual Installation
Section titled “Removing Manual Installation”If you did a manual installation by following our steps, Bleemeo agent is
installed under /usr/local/sbin/glouton.
First, stop Bleemeo agent:
sudo -u glouton pkill gloutonYou can then remove /usr/local/sbin/glouton:
sudo rm /usr/local/sbin/glouton