Observium Ubuntu — Uninstall
sudo mysql -u root -p<password> -e "DROP DATABASE observium;" Replace <password> with your MySQL root password.
Uninstalling Observium on Ubuntu: A Step-by-Step Guide** uninstall observium ubuntu
Observium uses Apache as its web server. You can remove the Apache configuration files using the following command: sudo mysql -u root -p<password> -e "DROP DATABASE
sudo rm -rf /etc/observium
sudo service observium stop sudo service apache2 stop sudo mysql -u root -p<
Observium has several dependencies that were installed along with it. You can remove these dependencies using the following command:
Observium uses a database to store its data. You can remove the database using the following command: