php - Can't install php7.0-imap - Ask Ubuntu


i'm using ubuntu 16.04.1, have installed php7 in august, today tried install imap extension , not letting me.

root@ip-xxx-xxx-x-xxx:/etc# apt-get install php7.0-imap reading package lists... done building dependency tree reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation:  following packages have unmet dependencies:  php7.0-imap : depends: php7.0-common (= 7.0.8-0ubuntu0.16.04.3) 7.0.9-1+deb.sury.org~trusty+1 installed e: unable correct problems, have held broken packages. 

this results of apt-cache search php7-*:

libapache2-mod-php7.0 - server-side, html-embedded scripting language (apache 2 module) php-all-dev - package depending on supported php development packages php7.0 - server-side, html-embedded scripting language (metapackage) php7.0-cgi - server-side, html-embedded scripting language (cgi binary) php7.0-cli - command-line interpreter php scripting language php7.0-common - documentation, examples , common module php php7.0-curl - curl module php php7.0-dev - files php7.0 module development php7.0-gd - gd module php php7.0-gmp - gmp module php php7.0-json - json module php php7.0-ldap - ldap module php php7.0-mysql - mysql module php php7.0-odbc - odbc module php php7.0-opcache - zend opcache module php php7.0-pgsql - postgresql module php php7.0-pspell - pspell module php php7.0-readline - readline module php php7.0-recode - recode module php php7.0-snmp - snmp module php php7.0-sqlite3 - sqlite3 module php php7.0-tidy - tidy module php php7.0-xml - dom, simplexml, wddx, xml, , xsl module php php7.0-xmlrpc - xmlrpc-epi module php libphp7.0-embed - html-embedded scripting language (embedded sapi library) php7.0-bcmath - bcmath module php php7.0-bz2 - bzip2 module php php7.0-enchant - enchant module php php7.0-fpm - server-side, html-embedded scripting language (fpm-cgi binary) php7.0-imap - imap module php php7.0-interbase - interbase module php php7.0-intl - internationalisation module php php7.0-mbstring - mbstring module php php7.0-mcrypt - libmcrypt module php php7.0-phpdbg - server-side, html-embedded scripting language (phpdbg binary) php7.0-soap - soap module php php7.0-sybase - sybase module php php7.0-xsl - xsl module php (dummy) php7.0-zip - zip module php php7.0-dba - dba module php 

help?

it looks have installed ppa offers newer version of php (7.0.9) main repositories (7.0.8). ppa doesn't seem offer 7.0.9 version of php7.0-imap. apt tries install newest version of php7.0-imap it's got available, package main repos. depends on 7.0.8-0ubuntu0.16.04.3 package main repos, ppas 7.0.9-1+deb.sury.org~trusty+1 isn't compatible.

you can either disable ppa, if don't need php 7.0.9 instead of 7.0.8, or can ppa 7.0.9 includes php7.0-imap well.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User