• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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