我把p7.1降到了p5.6。我需要安装mbstring。
我试着用下面的命令。它不工作。
dnf install php56-php-mbstring
错误是:
Error: Unable to find a match
最佳答案
从here下载rpm文件
将rpm添加到系统su
rpm -Uvh php56-php-mcrypt-5.6.32-1.fc26.remi.x86_64.rpm
dnf install php56-php-mbstring
我成功地用了上述方法。
关于linux - 在Fedora 26上安装mbstring,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47227769/