我正在尝试使用sudo apt-get install php-fpm
. 当我执行该命令时,它给出了错误:E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
当我输入时,sudo dpkg --configure -a
它显示:
Setting up mariadb-server-10.1 (1:10.1.44-0ubuntu0.18.04.1) ...
,并且需要永远。我尝试过重新启动,但这并没有多大作用。
我需要安装 php-fpm (和其他),所以我不太确定要做什么。
我读过这些帖子:并按照他们所说的做了,但无济于事