On 10/9/24 4:23 PM, Marc Chamberlin via openSUSE Users wrote:
the to be installed apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 requires 'php = 7.4.33', but this requirement cannot be provided not installable providers: php7-7.4.33-150400.4.34.1.x86_64[openSUSE:repo-oss] php7-7.4.33-150400.4.37.1.x86_64[openSUSE:update-sle] [ ] deinstallation of apache2-mod_php7-7.4.33-150400.4.37.1.x86_64
[ ] break apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 by ignoring some of its dependencies
[ ] Following actions will be done: deinstallation of php8-8.2.20-150600.3.3.1.x86_64 deinstallation of php8-cli-8.2.20-150600.3.3.1.x86_64 deinstallation of php8-xmlwriter-8.2.20-150600.3.3.1.x86_64
This looks like the simple result of a version change from php-7.4 to php-8.2 between 15.5 and 15.6. The php files only affect the ability for apache to serve php pages (or the off case where the php-cli is used to process post information). None of that should affect the workings of you computer other than as a web-server. The only problem there is if you have some web-application that doesn't support 8.2 (which is rare, changes from 7.4 to 8.2 were nowhere as significant as the 5.6 50 7.4 changes) Were it me, I'd just 'zypper rm apache2-mod_php7' or `rpm -e apache2-mod_php7` and then finish installing php-8.2 (if you need php at all) Good luck! -- David C. Rankin, J.D.,P.E.