você pode baixar o pacote deb de
funciona para mim.
Quando tento instalar o sudo apt-get install libicu52
, recebo o seguinte erro.
Estou usando o Ubuntu 15.10, 64 bits.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libicu52 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libicu52' has no installation candidate
Instale libicu55
em vez disso:
sudo apt-get install -y libicu55
Você também pode pesquisar por este pacote:
sudo apt-get update
apt-cache search libicu
Se o último comando fornecer alguns resultados (por exemplo, libicu
com número de versão diferente de 52
), você poderá verificar se a instalação é adequada às suas necessidades.
Tente:
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
dpkg -i libicu52*.deb