• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Remove and install ssh

IntersysL

New Pleskian
Hello,

We need to remove openssh a install it again with yum.

The doubt is that when trying this, yum try to remove 30 packages of plesk.
What we want to know if there is a chance to do it without removing the plesk packages or if after the yum remove we could easily reinstall plesk without problem.

Server Red Hat Enterprise Linux Server release 6.2
Plesk 11.0.9 Update #44

Let me know if you need any other detail.

Thanks.
 
Indeed:

# rpm -e --test openssh openssh-server openssh-clients
error: Failed dependencies:
openssh-clients is needed by (installed) plesk-core-11.0.9-cos6.build110120608.16.x86_64
/usr/bin/scp is needed by (installed) plesk-core-11.0.9-cos6.build110120608.16.x86_64

You can download openssh, openssh-server, openssh-clients rpm packages. Then uninstall it with rpm command with --no-deps option and install downloaded packages with rpm -iVh package_name.rpm
Read man rpm for details.
 
Hi IgorG,

Thanks for the reply, was the other option that I was going to try, but I was not sure.
I had the same doubt that with yum.
Much appreciated

Kind regards.
 
Back
Top