• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Package conflict - Package Update Manager

Sezerx

New Pleskian
Server operating system version
Rocky Linux 8.10
Plesk version and microupdate number
18.0.74 Update Nr. 3
Hi,

I can't solve following Issue, Plesk Package Update Manager shows following Error:

ERROR: Transaction test error:
file /usr/bin/composer from install of composer-2.9.3-1.el8.remi.noarch conflicts with file from package plesk-service-node-utilities-18.0-2.redhat.8+p18.0.74.3+t251204.1342.x86_64

I didnt try removing the plesk-service-node-package, i dont want to break a running server. Thanks for any help guys!
 
Hello, @Sezerx . It is likely that Composer was installed from the Remi repository rather than as part of Plesk, which is causing the issue. Please check that with the following command:

Code:
dnf repolist enabled | grep remi

If enabled, please try disabling it:

Code:
dnf config-manager --disable remi*
 
Hello, @Sezerx . It is likely that Composer was installed from the Remi repository rather than as part of Plesk, which is causing the issue. Please check that with the following command:

Code:
dnf repolist enabled | grep remi

If enabled, please try disabling it:

Code:
dnf config-manager --disable remi*
Thank you, this did the Job. Can I leave it like this?
 
Thank you for the confirmation. Yes, please leave it disabled. The repository is not supported by Plesk.
 
Back
Top