Introduction

忘備録。

libicu60 は Ubuntu 18.04 でインストールできるパッケージであって、20.04 や 22.04 には存在しない。

1
2
3
4
5
6
7
8
9
$ sudo apt-get install libicu60
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libicu60 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 'libicu60' has no installation candidate

How to resolve?

シンプルに deb ファイルを落としてインストールすればいい。

1
2
wget -q http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3_amd64.deb \
dpkg -i libicu60_60.2-3ubuntu3_amd64.deb

下記は Ubuntu 20.04 でインストールした後の結果。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
$ dpkg -l | grep libicu60
ii libicu60:amd64 60.2-3ubuntu3 amd64 International Components for Unicode