Tentando instalar o servidor web apache Linux Ubuntu

0

Estou tentando instalar o servidor web apache com este comando

sudo apt-get install apache2

Receber esta mensagem

Depends: apache2-bin (= 2.4.18-2ubuntu3.5) but it is not going to be installed
   Depends: apache2-utils (>= 2.4)
   Depends: apache2-data (= 2.4.18-2ubuntu3.5) but it is not going to be installed 
mysql-server : Depends: mysql-server-5.7 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Alguém sabe o que está acontecendo e como instalar? Eu tenho a mesma saída, eu tento instalar o Nginx.

    
por Milenko Jovic 04.02.2018 / 18:12

1 resposta

1

Experimente apt install -f
Ou
Tente usar apt em vez de apt-get . O Apt provavelmente lhe dará uma correção. Você também fez apt update && apt upgrade antes de instalar o apache2.

    
por user791290 04.02.2018 / 18:33