Score:3

Problem with libicu66 during installation php-intl extension on Ubuntu 21.10

ro flag
sudo apt install php7.0-intl

Output:

The following packages have unmet dependencies:
 php7.0-intl : Depends: libicu66 (>= 66.1-1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Previous versions never had a problem with this dependency

Any ideas?..

> uname -a

Linux ###### 5.13.0-21-generic #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Score:2
ro flag

Panic canceled

just download binary

wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2_amd64.deb

And install it manually:

sudo dpkg -i libicu66_66.1-2ubuntu2_amd64.deb

After that you can install php-intl:

sudo apt-get install php7.0-intl

Now the installation is successful

gonzalez.ivan90 avatar
gr flag
panic eliminated! Smooth answer, thanks. Works for me installing R
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.