我正在运行一个带有CentOS 6 64位的专用服务器,下面是试图安装IMAP时的输出:
[root@localhost ~]# yum install php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nforce.com
* extras: mirror.serverius.net
* remi: remi.mirrors.cu.be
* remi-php56: remi.mirrors.cu.be
* remi-safe: remi.mirrors.cu.be
* updates: mirror.sitbv.nl
base | 3.7 kB 00:00
epel | 4.7 kB 00:00
extras | 3.4 kB 00:00
remi | 3.0 kB 00:00
remi-php56 | 3.0 kB 00:00
remi-safe | 3.0 kB 00:00
updates | 3.4 kB 00:00
Setting up Install Process
No package php-imap available.
Error: Nothing to do关于这个问题的答案是很好的。
发布于 2019-01-21 04:47:03
您可以这样做,检查结果,然后安装它:
yum search php | grep imaphttps://serverfault.com/questions/949980
复制相似问题