Impossible to install apps

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.1.39
How are you able to access your server: Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no

Describe your issue

Impossible to install Wordpress and Roundcube : (can’t post the pages)

Thanks in advance

Share relevant logs or error messages

args:
app: wordpress
force: false
ignore_yunohost_version: false
label: WordPress
no_remove_on_failure: false
ended_at: 2026-04-10 21:41:39.913519
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’
interface: api
operation: app_install
parent: null
related_to:

    • app
    • wordpress
      started_at: 2026-04-10 21:41:33.546962
      started_by: ******
      success: false
      yunohost_version: 12.1.39

args:
app: roundcube
force: false
ignore_yunohost_version: false
label: Roundcube
no_remove_on_failure: false
ended_at: 2026-04-10 21:39:25.249511
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’
interface: api
operation: app_install
parent: null
related_to:

    • app
    • roundcube
      started_at: 2026-04-10 21:39:20.879490
      started_by: ******
      success: false
      yunohost_version: 12.1.39

Can you post the full log for both ?

It seems there is a dependency error, the name should be in the logs.

Anything related to sury or yarn repo signing key when you run sudo apt update ? If so see Yarn and Sury APT keys issues

ttps://paste.yunohost.org/raw/qoxejexuru

H ttps://paste.yunohost.org/raw/abaqilitaz

Share the output of sudo apt update

root@yuno:~# sudo apt update

Fetched 325 kB in 1s (626 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
4 packages can be upgraded. Run ‘apt list --upgradable’ to see them.
root@yuno:~# apt list --upgradable
Listing… Done
libgd3/bookworm 2.3.3-13+0~20250427.18+debian12~1.gbp492e76 amd64 [upgradable from: 2.3.3-9]
libhashkit2/bookworm 1.1.4-1+0~20250818.5+debian12~1.gbp476b80 amd64 [upgradable from: 1.1.4-1]
libmemcached11/bookworm 1.1.4-1+0~20250818.5+debian12~1.gbp476b80 amd64 [upgradable from: 1.1.4-1]
libpcre3/bookworm 2:8.45-1+0~20250310.11+debian12~1.gbp8792c4 amd64 [upgradable from: 2:8.39-15]
root@yuno:~#

Thanks !