Uninstall
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 glouton
You may also want to run the following command to remove dependencies that are no longer required:
sudo apt-get autoremove
Finally, you could remove our software repository:
sudo rm /etc/apt/sources.list.d/bleemeo-*.list
sudo apt-get update
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 glouton
Finally, you could remove our software repository:
sudo rm /etc/yum.repos.d/bleemeo.repo
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 glouton
Finally, you could remove our software repository:
sudo rm /etc/yum.repos.d/bleemeo.repo
Removing Docker Installationβ
If you run Bleemeo agent using Docker image, uninstalling agent is as simple as destroying the containers:
docker stop bleemeo-agent
docker rm bleemeo-agent
You may also want to remove the images to free some disk space:
docker rmi bleemeo/bleemeo-agent
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 glouton
You can then remove /usr/local/sbin/glouton
:
sudo rm /usr/local/sbin/glouton