12

How to download and install libicu55 package for Ubuntu 18.04?

I ran the command sudo apt-get install couchdb -y then following list appeared.

libicu55

Cristiana Nicolae
  • 4,570
  • 10
  • 32
  • 46
Hupen Pun
  • 121

2 Answers2

19

libicu55 was supported until Ubuntu 16.04 Xenial, but it is compatible with 18.04 Bionic as well.

Add the following repository and install the package

sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main"
sudo apt-get update
sudo apt-get install libicu55
Kulfy
  • 18,154
damos
  • 563
0

Also you can install the .deb package manually:

sudo wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -P /tmp/
sudo dpkg -i /tmp/libicu55_55.1-7ubuntu0.5_amd64.deb