While composer install I'm getting error
magento/product-community-edition 2.1.10 requires ext-zip * -> the requested PHP extension zip is missing from your system.
So I'm installing the zip extention using:
sudo apt-get install php7.0-zip
I'm getting below error:
The following packages have unmet dependencies:
php7.0-zip : Depends: php7.0-common (= 7.0.4-7ubuntu2) but 7.0.18-1+deb.sury.org~xenial+1 is to be installed
E: Unable to correct problems, you have held broken packages.
My PHP version is: PHP 7.0.18-1+deb.sury.org~xenial+1 (cli)
I have followed below url to fix this but no luck..