当我运行:时sudo apt-get install libpng12-0
,我收到此错误消息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libpng12-0 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 'libpng12-0' has no installation candidate
- 如何解决这个问题?
- 安装
libpng16-16
完毕就可以做什么libpng12-0
吗?
我有:
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
答案1
- Ubuntu Zesty 中的存储库不包含
libpng12-0
。您必须从Xenial 的存储库在大多数情况下,它都能顺利运行。 libpng16-16
有 一个 单独 的 文件 夹 , 其 程序libpng16.so.16
, 这 是 不同 的libpng12-0
, 这 是libpng12.so.0
, 因此libpng16-16
安装 后 根本 不会 做 什么libpng12-0 does
.