CentOS 7 上没有可用的软件包 php-imap

Jak*_*ake 4 php centos7

我正在使用 CentOS 7 64 位运行专用服务器,这是尝试安装 IMAP 时的输出:

yum install php-imap  
Loaded plugins: fastestmirror  
Loading mirror speeds from cached hostfile  
 * base: ftp.ciril.fr  
 * extras: ftp.ciril.fr  
 * updates: ftp.ciril.fr  
No package php-imap available.  
Error: Nothing to do    
Run Code Online (Sandbox Code Playgroud)

禁用排除项时也一样:

sudo yum install --disableexcludes=all php-imap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.ciril.fr
 * extras: ftp.ciril.fr
 * updates: ftp.ciril.fr
No package php-imap available.
Error: Nothing to do
Run Code Online (Sandbox Code Playgroud)

小智 6

只需运行以下命令

yum install epel-release*

yum install php-imap*