To uninstall mono-fpm-server just follow these instructions.
/debian/jessie/main///install/index.html ASP.NET backend for FastCGI Process Manager Debian 8.0 web 3.8-2.1
sudo apt-get remove mono-fpm-server
Which will remove just the mono-fpm-server package itself.
sudo apt-get remove --auto-remove mono-fpm-server
This will remove the mono-fpm-server package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for mono-fpm-server then this will work.
sudo apt-get purge mono-fpm-server
Or similarly, like this mono-fpm-server
sudo apt-get purge --auto-remove mono-fpm-server
Package | mono-fpm-server |
Version | 3.8-2.1 |
Maintainer | Debian Mono Group |
Description | ASP.NET backend for FastCGI Process Manager |
Distro | debian |
Release | jessie |
Repo | main |
Section | web |