前端之家收集整理的这篇文章主要介绍了
在CentOS 7上没有包php-imap,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用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
禁用排除时也是如此:
- 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
只需运行以下命令即可
yum install epel-release *
yum安装PHP-imap *