Skip to main content

Trying to install FME2017 on linux and get this error-message:

Dependency not satisfiable: libpng12-0

Have tried to google for it to be installed - but this seems to be a very old library - the newest is 16-16. Any workaround for this?

Found that I had to download libpng manually by following: http://unix.stackexchange.com/questions/310493/error-installing-virtualbox-in-kali-linux

Download this: http://http.us.debian.org/debian/pool/main/libp/libpng/

wget http://http.us.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.49-1%2Bdeb7u2_amd64.deb

And use this: 

dpkg -i libpng12-0_1.2.49-1%2Bdeb7u2_amd64.deb

Before doing this:

sudo gdebi fme-desktop.......deb


What Linux distro+version were you installing on, and which of the three FME Linux installers did you use?

 

 


What Linux distro+version were you installing on, and which of the three FME Linux installers did you use?

 

 

Lubuntu 64bit 16.10 - http://lubuntu.net/ deb-installer

 

 


Lubuntu 64bit 16.10 - http://lubuntu.net/ deb-installer

 

 

Ubuntu 16.10 appears to have diverged from 16.04 which we do support. We have no plans to support 16.10.

 

 


Reply