• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

newbie needs help installing rpm

jojeffs

New Pleskian
Hi I am new to plesk, linux and php and am trying to install soap on my vps using SSH. I have done some googling and found that I need to have the right version of the package for my php version which has lead me to find php-soap-5.3.3-27.el6_5.1.x86_64.rpm is the right package. However this seems to be from a repository that is not listed on my system as when I try to install it using yum commands it isn't available. Can someone point me in the right direction here, I'm guessing this is a very basic question but feeling much like rocket science to me at the moment :-0.

Thanks in advance.
 
[root@376931 ~]# yum install php-soap-5.3.3-27.el6_5.1.x86_64.rpm
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: mirror.sov.uk.goscomb.net
* epel: mirror.bytemark.co.uk
* extras: mirror.bytemark.co.uk
* updates: mirror.sov.uk.goscomb.net
Setting up Install Process
No package php-soap-5.3.3-27.el6_5.1.x86_64.rpm available.
Error: Nothing to do
 
Last edited:
The correct command would be: "yum install php-soap"

If the package has depency errors, or couldn't be found, try "yum list available | grep soap" to find the package you actually desire. :)
 
Back
Top