美文网首页
wsl ubuntu20.04 libpng12-0

wsl ubuntu20.04 libpng12-0

作者: Marksirl | 来源:发表于2021-10-26 15:59 被阅读0次
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libpng3 : Depends: libpng12-0 (>= 1.2.5.0-2) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Ubuntu 20.04, 19.10 或者 19.04中,可以通过PPA安装libpng,安装PPA及libpng12-0的命令如下。在终端命令输入:

sudo add-apt-repository ppa:linuxuprising/libpng12
sudo apt update
sudo apt install libpng12-0

相关文章

网友评论

      本文标题:wsl ubuntu20.04 libpng12-0

      本文链接:https://www.haomeiwen.com/subject/vwcyaltx.html