What app is this about, and its version: WordPress (wordpress) from 6.9.1~ynh1 to 6.9.4~ynh1
What YunoHost version are you running: 6.9.1~ynh1
What type of hardware are you using: VPS bought online
Describe your issue
error: ‘An error occured inside the script snippet : Unable to install apt dependencies,
it might be due to a conflict with another app - or you should check and share the
previous log about what are the problematic dependencies’
The main issue highlighted in the log is that the WordPress update on YunoHost fails because it cannot install the required PHP 8.5 dependencies. Specifically, Ondřej Surý’s repository (packages.sury.org) no longer provides PHP 8.5 packages for Debian Bookworm, as evidenced by 404 errors when attempting to download the packages.
2026-03-29 11:22:46,091: WARNING - E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.5/php8.5-common_8.5.2-1%2b0%7e20260118.8%2bdebian12%7e1.gbp7991a3_amd64.deb 404 Not Found [IP: 2a04:4e42:8e::820 443]
What’s going on?
YunoHost is trying to install PHP 8.5 and its extensions, but the packages are not available in the Surý repository.
This causes the update to fail, since the dependencies cannot be satisfied.
Thank you for your help,
Mario