On Ubuntu 14.04.3 I'm running the latest version of the Mono Framework and MonoDevelop, see
How to install the latest version of Mono and MonoDevelop on Ubuntu?
My goal is to get ASP.net MVC 5.2 website running under apache. So I installed mono apache server4
sudo apt-get install mono-apache-server4
..but the installation of mod_mono failed
sudo apt-get install libapache2-mod-mono
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libapache2-mod-mono : Depends: mono-apache-server (< 3.8.1) but 4.2-2~xamarin1 is to be installed or
mono-apache-server4 (< 3.8.1) but 4.2-2~xamarin1 is to be installed or
mono-apache-server2 (< 3.8.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I googled a lot on this problem, but I cannot solve the issue. Does anyone know a solution?
Thanks a lot, Jordy