Reputation: 1090
I have Downgraded php7.1 to php5.6. and I need to install mbstring. I tried with below command. Its not wkirking.
dnf install php56-php-mbstring
Error was:
Error: Unable to find a match
Upvotes: 0
Views: 497
add rpm to systemsu
su
rpm -Uvh php56-php-mcrypt-5.6.32-1.fc26.remi.x86_64.rpm
I succeeded using by above method.
Upvotes: 1