我尝试使用此命令安装 apache web 服务器
sudo apt-get install apache2
并收到此消息
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).
有人知道发生了什么以及如何安装吗?我尝试安装 Nginx 时得到了相同的输出。
答案1
尝试apt install -f
或者
尝试使用apt
而不是apt-get
。Apt 可能会为您提供修复。 在安装 apache2 之前,
您是否也做过类似的事情。apt update && apt upgrade