Question
Can't install php-xml, php-mbstring etc. in php 7.0
I’m trying to install php7.0-xml, php7.0-mbstring etc. but there’s an error in my centos machine.
sudo yum install php7.0-xml
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: mirror.vodien.com
- epel: mirror.23media.de
- extras: mirror.vodien.com
- ius: mirrors.ircam.fr
- updates: centos.shinjiru.com No package php7.0-xml available. Error: Nothing to do
sudo yum install php7.0-mbstring
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: mirror.vodien.com
- epel: mirror.23media.de
- extras: mirror.vodien.com
- ius: mirrors.ircam.fr
- updates: centos.shinjiru.com No package php7.0-mbstring available. Error: Nothing to do
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×