How can i install development libraries for 'icu-le' and 'icu-uc'?
Solution 1:
If all you need are the development libraries, try installing libicu-dev
and if you need the actual library, the name is libicu48
.
apt-cache search libicu
This did the trick.
So:
sudo apt-get install libicu-dev