I have uninstalled php7 and all its modules from ubuntu, and when I try to reinstall the modules, I get the following error for each php module, and although the module is insta
For me, doing this single command solved the problem:
sudo apt install php7.0-mbstring
I noticed that sometimes (I don't know when and why) the module is called without the php version (e.g. sudo phpenmod mbstring) but php search it by the php's version in use (in my case is the 7.0.33).
I'm using Ubuntu 18.04
, just installed 1 our ago.