How to uninstall Emoncms from raspberry pi?

I have installed emoncms on raspberry pi, but started to use another service.
Now I want to delete emoncms completely.

‘sudo apt-get remove emoncms’ does not find the correct package?

Can somebody point me to the right procedure and syntax?

thx

You just need to remove /var/www/emoncms folder, or /var/www/html/emoncms depending on where you installed it.

How far did you gt through the install process? Did you create a MYSQL database? If so you will also need to login to MYSQL and drop the Emoncms table.

thx, this helped