InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Error Package 'libpng12-0' has no installation candidate

Open davidmonterocrespo24 opened this issue 2 years ago • 2 comments

Trying to run the script on an Ubuntu 22 server throws the following error:

E: Package 'libpng12-0' has no installation candidate

davidmonterocrespo24 avatar Feb 28 '23 17:02 davidmonterocrespo24

sudo apt-get install software-properties-common sudo apt-get update sudo add-apt-repository ppa:linuxuprising/libpng12 sudo apt update sudo apt install libpng12-0

to solve the problem

davidmonterocrespo24 avatar Feb 28 '23 17:02 davidmonterocrespo24

Thank you for the solution. Kindly mark this issue as closed.

noblesocius avatar May 30 '23 16:05 noblesocius