Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tokoiwesley/6168cc4df0f5f21f811b6ac0b8e929e1 to your computer and use it in GitHub Desktop.
Save tokoiwesley/6168cc4df0f5f21f811b6ac0b8e929e1 to your computer and use it in GitHub Desktop.
Solution:
wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb \
&& sudo dpkg -i /tmp/libpng12.deb \
&& sudo rm /tmp/libpng12.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment