How to Manually Remove Access Point Installation?

Access Point installation can be removed manually by removing Access Point packages, database schema and database user.

Step-by-step guide

Access Point installation can be removed manually by executing the shell script below.

remove.sh
#!/bin/sh sudo mysql -e "DROP SCHEMA harmony_ap; DROP USER harmony_ap@localhost" sudo apt-get --purge autoremove harmony-ap --yes

Related articles