cpan 无法安装mod_fcgid,不知道是什么

cpan Cannot install mod_fcgid, don't know what it is

我尝试在 Centos 7 上安装 mod_fcgid 但没有成功。实际上我使用了 yum installrpmbrewperl 但 none 有效

然后我尝试了 cpan 因为这是我的最后一枪。也许我在语法上有误?

cpan mod_fcgid
Reading '/home/nick/.cpan/Metadata'
  Database was generated on Mon, 27 Aug 2018 19:29:02 GMT
Warning: Cannot install mod_fcgid, don't know what it is.
Try the command

    i /mod_fcgid/

to find objects with matching identifiers.

我用谷歌搜索了一下,但似乎没有人对此有异议。当然它存在于 Centos 中;请look here

如果您在线搜索 install mod_fcgid Centos,那么会有多个结果。第二个是How to install mod_fcgid on RHEL or CentOS,它只包含三个步骤

Here are the steps to install mod_fcgid on RHEL/CentOS:

Step 1: To install mod_fcgid on CentOS / RHEL , first we will install EPEL repo .
#rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

Step 2: Now install the mod_fcgid
#yum install mod_fcgid

Step 3: to confirm package installed.
#rpm -qa|grep mod_fcgid