Hi,
I have to install libicu on my ubuntu 10.04 server.
with the normal command sufo apt-get install libicu48
I got the response ‘Couldn’t fin package libicu48’.
I also tried other versione (libicu52 f. e.).
Can someone help me?
Thanks! Lars
Hi,
I have to install libicu on my ubuntu 10.04 server.
with the normal command sufo apt-get install libicu48
I got the response ‘Couldn’t fin package libicu48’.
I also tried other versione (libicu52 f. e.).
Can someone help me?
Thanks! Lars
is that 64-bit linux?
Than maybe
sufo apt-get install libicu48:i386
apt-cache search libicu
should point you to the available version.
NICE!
thank you!!!