InstallScript
InstallScript copied to clipboard
Error Package 'libpng12-0' has no installation candidate
Trying to run the script on an Ubuntu 22 server throws the following error:
E: Package 'libpng12-0' has no installation candidate
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
Thank you for the solution. Kindly mark this issue as closed.