When I try to install PHP module lsphp80-imagick, I get this:
Reading package lists...
Building dependency tree...
Reading state information...
PHP Extension Installed.
But the module still displays as Not-Installed.
By contrast, installing it on PHP 7.4 does work. Here is what a normal installation log looks like:
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
lsphp74-imagick
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/96.9 kB of archives.
After this operation, 495 kB of additional disk space will be used.
Selecting previously unselected package lsphp74-imagick.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 130775 files and directories currently installed.)
Preparing to unpack .../lsphp74-imagick_3.4.4-1+focal_amd64.deb ...
Unpacking lsphp74-imagick (3.4.4-1+focal) ...
Setting up lsphp74-imagick (3.4.4-1+focal) ...
PHP Extension Installed.
I need this to run Nextcloud 21 on PHP 8.0. I guess I’ll have to run it on PHP 7.4 until this issue gets fixed.