我试图安装扩展php7.0-zip(使用Ubuntu 16.04(,我收到以下消息:
The following packages have unmet dependencies:
php7.0-zip : Depends: libzip2 (>= 0.11.2) but 0.10.1-1.2 is to be installed
这是我的PHP版本:
PHP 7.0.28-1~dotdeb+8.1 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.28-1~dotdeb+8.1, Copyright (c) 1999-2017, by Zend Technologies
我尝试运行sudo apt-get update
,清除并重新安装libzip2,但较新的版本是0.10.1-1.2 libzip2 is already the newest version (0.10.1-1.2).
我不知道该怎么办,请帮忙
libzip4:i386 是一个 32 位软件包。 并与 64 位版本冲突。 您使用的是 32 位计算机吗?
如果您使用的是 64 位,请执行以下操作:sudo apt-get purge libzip4
然后:
sudo apt-get install php-zip
如果您使用的是 32 位,则:
sudo apt-get install php-zip:i386