unfulfilled dependencies: php7.2-zip: It depends: libzip4 (= 1.0)

0

I am trying to install php7.2-zip in ubuntu server 18.04 but when trying to install it I get this error "unfulfilled dependencies:  php7.2-zip: It depends: libzip4 (> = 1.0) "and I try to install libzip4 but it sends me this" The libzip4 package is not available, but some other package refers to it. This may mean that the package is missing, obsolete or only available from some other source. "  I do not know what to do, I hope you can help me.

    
asked by Hugo Hdez. 02.09.2018 в 18:28
source

1 answer

0

Hugo! If you are using a 64-bit system try this

sudo apt-get purge libzip4

Then

sudo apt-get install php-zip

If you have a 32-bit system

sudo apt-get install php-zip:i386

Source: link

    
answered by 02.09.2018 в 18:42