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
add rpm to systemsu
rpm -Uvh php56-php-mcrypt-5.6.32-1.fc26.remi.x86_64.rpm
dnf install php56-php-mbstring
I succeeded using by above method.