Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 mageia 4 上安装 CPAN 模块?我正在努力寻找实现这一目标。
任何帮助表示赞赏..
首先,您可能不需要,只需安装软件包。
例如 perl-WWW-Mechanize 就是 WWW::Mechanize。您应该使用 rpmdrake 或 urpmi 来查找提供所需模块的软件包。
$ urpmf --provides --literal 'perl(WWW::Mechanize)' perl-WWW-Mechanize:perl(WWW::Mechanize)[== 1.730.0]
如果你想能够使用 cpan 命令,你需要安装perl-devel包。