Hi,
Fresh install of FB on debian trixie. Everything working except for Matrix install. Wondering if I should add bookworm repos and try again? Suggestions?
Here is the error output:
Error installing app: Apt command failed with return code: 100 Details
** **Error running action: plinth..install(app_id="matrixsynapse", packages=["matrix-synapse", "matrix-synapse-ldap3", "python3-psycopg2"], skip_recommends=false, force_configuration=null, reinstall=false, force_missing_configuration=false): RuntimeError("Apt command failed with return code: 100")** **Stdout:** **│ freedombox set on hold.** **│ Canceled hold on freedombox.** **Stderr:** **║ E: Unable to correct problems, you have held broken packages.** **║ E: The following information from --solver 3.0 may provide additional context:** **║ Unable to satisfy dependencies. Reached two conflicting decisions:** **║ 1. python3-rpds-py:amd64=0.28.0-1 is not selected for install** **║ 2. python3-rpds-py:amd64=0.28.0-1 is selected as an upgrade because:** **║ 1. matrix-synapse:amd64=1.143.0-2 is selected for install** **║ 2. matrix-synapse:amd64 Depends python3-rpds-py (>= 0.25.0)** **Action traceback:** **╞ File "/usr/lib/python3/dist-packages/plinth/actions.py", line 504, in _privileged_call** **╞ return_values = func(*arguments['args'], **arguments['kwargs'])** **╞ File "/usr/lib/python3/dist-packages/plinth/privileged/packages.py", line 69, in install** **╞ raise RuntimeError(** **╞ f'Apt command failed with return code: {returncode}')** **