Latests today virtualmin nginx lemp minimal on ubuntu 20.04 digitalocean Installing wordpress gives errors

SYSTEM INFORMATION
OS type and version REQUIRED
Virtualmin version REQUIRED

Latests today virtualmin nginx lemp minimal on ubuntu 20.04 digitalocean
Installing wordpress gives errors

… install complete.

… PHP module imagick is now available.

PHP module pecl-imagick is recommended …

Enabling module in PHP configuration …
… done
Installing package php-pecl-imagick …
Installing package(s) with command apt-get -y -f install php-pecl-imagick …

Reading package lists… Building dependency tree… Reading state information… E: Unable to locate package php-pecl-imagick

… install failed!

Installing package php7.4-pecl-imagick …
Installing package(s) with command apt-get -y -f install php7.4-pecl-imagick …

Reading package lists… Building dependency tree… Reading state information… E: Unable to locate package php7.4-pecl-imagick E: Couldn’t find any package by glob ‘php7.4-pecl-imagick’ E: Couldn’t find any package by regex ‘php7.4-pecl-imagick’

… install failed!

… failed to install!

Configuring webserver PHP settings …
… already done.

Applying Nginx configuration …
… done

Now installing WordPress version 5.9 …

The installer is trying to install Centos packages. I ran into the same on Ubuntu. I believe I installed php-imagick through ssh.

root@2004FastCGIFPM:~# sudo apt-get -y -f install php-pecl-imagick
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package php-pecl-imagick
root@2004FastCGIFPM:~# sudo apt install php-imagick
Reading package lists… Done
Building dependency tree
Reading state information… Done
php-imagick is already the newest version (3.4.4-4).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.