• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Upgrade from 7.5.3 to 7.5.4 failed on openssh

rescarcega

New Pleskian
I'm not beeing able to upgrade to 7.5.4 from 7.5.3 because the rpm openssh wil not upgrade:

Installing openssh-clients-3.6.1p2-33.30.4.i386.rpm
Installing openssh-3.6.1p2-33.30.4.i386.rpm
Installing openssh-server-3.6.1p2-33.30.4.i386.rpm
error: Failed dependencies:
openssh = 3.6.1p2-33.30.3 is needed by (installed) openssh-askpass-gnome-3.6.1p2-33.30.3
openssh = 3.6.1p2-33.30.3 is needed by (installed) openssh-askpass-3.6.1p2-33.30.3

How can I remove the dependency so It will upgrade?

Thanks
 
rpm -e openssh-askpass-gnome openssh-askpass

You don't want to be running gnome on a web server though really anyway.
 
Back
Top