由于我通过以下方式更新了 Termux 上的软件包:
pkg upgrade
R 无法启动,我收到此错误消息:
$R
CANNOT LINK EXECUTABLE
"/data/data/com.termux/files/usr/lib/R/bin/exec/R":
library "libicuuc.so.63" not found
Aborted
我试图通过以下方式重新安装包'libicu':
$pkg install libicu
但它没有奏效:
Reading state information... Done
libicu is already the newest version (64.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
有没有人有任何提示或想法?