Observium Ubuntu — Uninstall
Next, you need to remove the Observium packages from your system. You can do this using the apt-get command:
sudo rm -rf /etc/apache2/sites-available/observium.conf sudo rm -rf /etc/apache2/sites-enabled/observium.conf uninstall observium ubuntu
sudo service apache2 restart
Observium has several dependencies that were installed along with it. You can remove these dependencies using the following command: Next, you need to remove the Observium packages
sudo mysql -u root -p<password> -e "DROP DATABASE observium;" Replace <password> with your MySQL root password. DROP DATABASE observium
sudo apt-get purge observium This command will remove the Observium package and its dependencies. If you are prompted to confirm the removal, type ‘y’ and press Enter.
Observium uses Apache as its web server. You can remove the Apache configuration files using the following command: