简体   繁体   中英

How do I upgrade PHP 5.1 to 5.2 on SUSE 10.1 using the yast command line only?

How do I upgrade PHP 5.1 to 5.2 from the SUSE 10.1 command line? Is there a package manager command to do it automatically?

Actually I need JSON support to use the JavaScript-RTE and believe it's in PHP 5.2 only.

How about using zypper ?

I got this, already having latest available.

aansari:~ # zypper in php
Downloading repository 'openSUSE-11.0-Updates' metadata [done]
Building repository 'openSUSE-11.0-Updates' cache [done]
Reading installed packages...
'php5' providing 'php' is already installed.
Nothing to do.
aansari:~ #

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM