
Am 12. Februar 2022 18:22:43 MEZ schrieb Michael Pujos <pujos.michael@gmail.com>:
You should switch all packages in one go:
# zypper dup --allow-vendor-change --repo devel_languages_php_php80
Thanks. I did this and it completed successfully, then 'zypper dup' resulted in:
2 Problems: Problem: the to be installed php8-APCu-5.1.21-1.3.x86_64 requires 'php(api) = 20210902', but this requirement cannot be provided Problem: the to be installed php8-imagick-3.7.0-1.2.x86_64 requires 'php(api) = 20210902', but this requirement cannot be provided
both php8-APCu and php8-imagick are recommended by nextcloud (and not used by another package) so I removed them and then dup worked. Still mentioning this for completeness.
Here you can see for what you need apcu and imagick: https://docs.nextcloud.com/server/latest/admin_manual/installation/source_in... Regards Eric