20

how do I install libpng using yum on centos?

I tried yum install libpng but that does not work

Any help would be greatly appreciated

Chris Hansen
  • 7,813
  • 15
  • 81
  • 165

1 Answers1

35

Try this command:

yum install libpng-devel
MKirat
  • 381
  • 4
  • 2