Question
How to install mod_mono on Ubuntu 14.04 droplet
Hi, I’m trying to install mod_mono for Apache, but when I try to install the module libapache2-mod-mono I get:
The following packages have unmet dependencies:
libapache2-mod-mono : Depends: apache2.2-common but it is not installable
When I try to install the dependency apache2.2-common I get:
Package apache2.2-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
apache2-bin:i386 apache2:i386 apache2-data apache2-bin apache2
E: Package 'apache2.2-common' has no installation candidate
I want to use Apache for running a Mono web application.
Has anybody been able to install Apache’s mono_mod on an Ubuntu droplet?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
While we don’t yet have a tutorial that addresses this, Ubuntu has some documentation available here. According to that it is important to ensure that you enable the
universe
repository in your apt sources.list and run anapt-get update
before installing libapache2-mod-mono.