相关疑难解决方法(0)

E: 包 'libpng12-0' 没有安装候选 [ubuntu 16.10 Gnome]

我尝试使用 Gdebi 安装程序在我的笔记本电脑(ubuntu 16.10 Gnome,64 位)上安装 WPS Office,但它说

Dependency is not satisfiable: libpng12-0
Run Code Online (Sandbox Code Playgroud)

然后我尝试打开这个库如下

sudo apt-get install libpng12-0
Run Code Online (Sandbox Code Playgroud)

但是我遇到了一个错误:

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
Run Code Online (Sandbox Code Playgroud)

任何人都可以帮忙吗?非常感谢

dependencies wps-office libpng

32
推荐指数
2
解决办法
12万
查看次数

Ubuntu 16.10:teamviewer:i386 依赖于 libpng12-0

我无法安装teamviewer。dpkg 抱怨未解决的依赖项:

# dpkg -i teamviewer_11.0.67687_i386.deb 
Selecting previously unselected package teamviewer:i386.
(Reading database ... 169209 files and directories currently installed.)
Preparing to unpack teamviewer_11.0.67687_i386.deb ...
Unpacking teamviewer:i386 (11.0.67687) ...
dpkg: dependency problems prevent configuration of teamviewer:i386:
 teamviewer:i386 depends on libpng12-0.

dpkg: error processing package teamviewer:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 teamviewer:i386
Run Code Online (Sandbox Code Playgroud)

apt-cache search libpng12 不返回任何匹配

有人可以帮我解决这个问题吗?

提前致谢

dpkg dependencies teamviewer software-installation

9
推荐指数
1
解决办法
2万
查看次数