Uninstall Observium Ubuntu [ Latest ]

sudo rm -rf /etc/apache2/sites-available/observium.conf sudo rm -rf /etc/apache2/sites-enabled/observium.conf

Observium uses Apache as its web server. You can remove the Apache configuration files using the following command: uninstall observium ubuntu

Observium has several dependencies that were installed along with it. You can remove these dependencies using the following command: sudo rm -rf /etc/apache2/sites-available/observium

sudo mysql -u root -p<password> -e "DROP DATABASE observium;" Replace <password> with your MySQL root password. DROP DATABASE observium

sudo service observium stop sudo service apache2 stop

sudo apt-get autoremove This command will remove any unnecessary packages and dependencies that are no longer needed.

sudo service apache2 restart