Depends: apache2-bin (= 2.4.29-1ubuntu4.14) but 2.4.29-1ubuntu4.15 is to be installed
安装apache2时出现错误
包apache2-bin版本过高,需要4.14但是装的是4.15
sudo apt-get purge apache2-bin
然后再
sudo apt-get install apache2 -y
就没问题了,验证一下

    无情的摸鱼机器
安装apache2时出现错误
包apache2-bin版本过高,需要4.14但是装的是4.15
sudo apt-get purge apache2-bin
然后再
sudo apt-get install apache2 -y
就没问题了,验证一下

