loftuxab / alfresco-ubuntu-install

Alfresco script based install for Ubuntu
https://loftux.com/products-and-add-ons/alfresco-utilities
166 stars 122 forks source link

ImageMagick install fails on Ubuntu 18.04 because of the wrong "libpng" package name #123

Closed douglascrp closed 5 years ago

douglascrp commented 5 years ago

The package libpng3 does not exist for Ubuntu 18.04, and because of that, the ImageMagick installation fails when the line https://github.com/loftuxab/alfresco-ubuntu-install/blob/master/alfinstall.sh#L485 is executed.

In onder to have this fixed, it is required to replace the libpng3 with libpng16-16.

The right command would be:

 sudo apt-get $APTVERBOSITY install imagemagick ghostscript libgs-dev libjpeg62 libpng16-16