When I try to install php7-mbstring
I get the following error:
The following packages have unmet dependencies:
php7.0-mbstring : Depends: php7.0-common (= 7.0.8-0ubuntu0.16.04.3)
but 7.0.13-0ubuntu0.16.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried what is advice here: How do I resolve unmet dependencies after adding a PPA?. But it did'n work... Any advice ?
Thanks !
sudo apt install php7.0-common php7.0-mbstring
– George Udosen Jan 03 '17 at 11:20php 7
, do you remember ? – George Udosen Jan 03 '17 at 11:24sudo apt -f install
or you didsudo apt-get -f install
? – George Udosen Jan 03 '17 at 11:25sudo apt install php7.0
? – George Udosen Jan 03 '17 at 11:27php
are you using ? – George Udosen Jan 03 '17 at 11:28sudo apt-get install php
. Hope that helps :) http://askubuntu.com/a/705893/476968 – Tshilidzi Mudau Jan 03 '17 at 11:57