I am trying to use SSH to update PHP and I'm getting the message "Yum not Detected."
Is "Yum" something I need to enable or install?
Following advice I got in a previous question, I typed this into SSH:
cat /etc/*-release
And it displayed this:
Fedora Core release 6 (Zod)
Fedora Core release 6 (Zod)
Should Yum work on my server? If yes, how can I get it to work?
Thanks in advance,
John