yum install php-pear* on centos

后端 未结 5 1085
半阙折子戏
半阙折子戏 2020-12-19 08:09

I\'m trying to install pear on my centos.

I\'ve used \"*yum install php-pear**\" to install pear and it seemed to install with success. No errors. I restart my serve

5条回答
  •  有刺的猬
    2020-12-19 08:35

    Try something like

    $ pear list
    

    and

    $ pear info PEAR
    

    - now if you get a listing of installed packages in the first case and information on what version of pear is installed in the second you're ready to use it.

提交回复
热议问题