“склонный - получают установку Apache2” ошибка

Я пытаюсь установить apache2 на своем использовании Linux Kubuntu sudo apt-get install apache2 и это показывает мне это сообщение:

dagger@HP:~$ sudo apt-get install apache2
       Reading package lists... Done
       Building dependency tree
       Reading state information... Done
       You might want to run 'apt-get -f install' to correct these:
       The following packages have unmet dependencies:
       apache2 : Depends: apache2-bin (= 2.4.18-2ubuntu3.1) but it is  
       not going to be installed
       Depends: apache2-utils (>= 2.4)
       Depends: apache2-data (= 2.4.18-2ubuntu3.1) but it is not going      
       to be installed
       google-chrome-stable : Depends: libappindicator1 but it is not 
       going to be installed
       E: Unmet dependencies. Try 'apt-get -f install' with no                 
       packages (or specify a solution).
       dagger@HP:~$ ^C 
4
задан 28 July 2016 в 16:06

2 ответа

Откройте терминал и тип:

sudo apt update 
sudo apt full-upgrade
sudo apt install -f apache2
4
ответ дан 1 December 2019 в 09:13

Как состояния сообщения об ошибке, попробуйте:

sudo apt-get install -f

Idf это успешно затем:

sudo apt-get update

Затем:

sudo apt-get install apache2
3
ответ дан 1 December 2019 в 09:13

Другие вопросы по тегам:

Похожие вопросы: