安装apache2时出现错误

包apache2-bin版本过高,需要4.14但是装的是4.15

sudo apt-get purge apache2-bin

然后再

sudo apt-get install apache2 -y

就没问题了,验证一下

Depends: apache2-bin (= 2.4.29-1ubuntu4.14) but 2.4.29-1ubuntu4.15 is to be installed

 

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2021-04-30
  • 2021-08-16
  • 2021-08-20
猜你喜欢
  • 2021-09-20
  • 2022-02-21
  • 2022-12-23
  • 2021-04-12
  • 2021-11-03
  • 2022-12-23
  • 2021-11-09
相关资源
相似解决方案