Error installing apache2 on Ubuntu

1

I am unable to install apache2 on Ubuntu. I tried this command:

sudo apt-get install apache2 libapache2-mod-passenger

However, it returns the following error at the end of the installation:

Configurando libapache2-mod-passenger (4.0.37-2) ...
dpkg: error processing package libapache2-mod-passenger (--configure):
 sub-processo script post-installation instalado retornou estado de saída de erro 1
Erros foram encontrados durante o processamento de:
 libapache2-mod-passenger
E: Sub-process /usr/bin/dpkg returned an error code (1)

What do I need to do? : \

    
asked by anonymous 17.11.2015 / 20:14

1 answer

2

To install apache2 on ubuntu, use the following command: sudo apt-get install apache2 . See the reference here .

    
17.11.2015 / 21:39