How can I install Perl module without using CPAN.pm?

后端 未结 10 1583
庸人自扰
庸人自扰 2021-02-01 21:27

Is it possible?

10条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-01 21:38

    If you are using Red Hat (Fedora, CentOS), you should use RPM for Perl dependencies wherever possible. Perl packages are almost always named perl-Module-Name, e.g. perl-DBI, perl-Spreadsheet-WriteExcel, etc.

    On Ubuntu the naming scheme is libmodule-name-perl.

提交回复
热议问题