hiro08gh

ソフトウェアに関すること

Depends: libicu55 (>= 55.1-1~) but it is not installableと言われてしまった時の対処法

ubuntuのサーバーにpostgres-11をインストールしようとしたら、下記のエラーがでた。

postgresql-10 : Depends: libicu55 (>= 55.1-1~) but it is not installable

とりあえず調べてみたところ、postgresはlibicu55以降に対応してるからインストールしろとのこと。

dba.stackexchange.com

libicu55のインストール方法

    sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main"
    sudo apt-get update
    sudo apt-get install libicu55