• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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