(this blocks the installation of the R package 'png')
When I do:
sudo apt-get install libpng*
I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb
E: Couldn't find any package by regex 'libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb'
How to install all of libpng?
libpng12-devis sufficient (as also indicated by the other user). If you really need to, you can dosudo apt-get install 'libpng*'- note the quotes. – muru Mar 09 '16 at 21:57