When I run: sudo apt-get install libpng12-0
, I get this error message:
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
- How to fix this?
- Is having
libpng16-16
installed enough to do whatlibpng12-0
does?
I have:
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
libpng12-0
. You have to download it from Xenial's repository. It will, in most cases, work smoothly.libpng16-16
has a seperate folder for its programlibpng16.so.16
, which is different fromlibpng12-0
, which islibpng12.so.0
, so havinglibpng16-16
installed will not at all do whatlibpng12-0 does
.