How to fix "libpng12.so.0: cannot open shared object file: No such file or directory"? [duplicate]

I'm just starting out with Lubuntu and I've just installed DaVinci Resolve to do my video editing on.

But when I click its icon on the desktop, the loading symbol comes up and stops. When I run it in the console I get this error message:

error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

This is a bit beyond me. Any help?

0

1 Answer

According to , you can use:

wget -q -O /tmp/libpng12.deb \ && dpkg -i /tmp/libpng12.deb \ && rm /tmp/libpng12.deb
1

You Might Also Like