How to enable SVG for php-imagick

apt install libmagickcore-6.q16-6-extra

3 Likes

Hi,
As for me, with docker I did:

docker exec nextcloud bash -c 'apt-get install -y --no-install-recommends $(apt-cache search libmagickcore-6.q[0-9][0-9]-[0-9]-extra | cut -d " " -f1)'

With this command, you find the latest release of libmagickcore-6 for debian.
regards
vandman

3 Likes

This topic was automatically closed after 10 days. New replies are no longer allowed.