use*_*555 12 package-management apt software-installation
当我尝试安装时sudo apt-get install libicu52
,出现以下错误。
我使用的是 64 位 Ubuntu 15.10。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libicu52 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 'libicu52' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
安装libicu55
:
sudo apt-get install -y libicu55
Run Code Online (Sandbox Code Playgroud)
您也可以搜索这个包:
sudo apt-get update
apt-cache search libicu
Run Code Online (Sandbox Code Playgroud)
如果后一个命令给您一些结果(例如,libicu
版本号不是52
),您可以检查安装它是否适合您的需要。
小智 5
您可以从以下位置下载 deb 包
https://launchpad.net/ubuntu/wily/+package/libicu52
为我工作。
归档时间: |
|
查看次数: |
34213 次 |
最近记录: |