• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

LinuxCPANPerl模块安装

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

当我们想使用某些Perl模块的时候,很可能会遇到当前系统不存在这个模块的情况,这时我们可以通过使用CPAN来对相应的模块进行获取,下面就介绍一下CPAN的使用方法。
首先,我们可以用perl -e 'use module'这个命令来检查一下系统的perl的某个模块是否可用,如
[root@localhost ~]# perl -e 'use Test::Parser'
Can't locate Test/Parser.pm in @INC (......更多报错信息自动略过) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
根据显示我们知道系统上没有Test::Parser这个模块,因此我们需要使用CPAN进行安装,因此下面我们进入CPAN。
[root@localhost ~]# perl -MCPAN -e shell
Can't locate CPAN.pm in @INC (......).
BEGIN failed--compilation aborted.
此时进入CPAN失败,原因很简单,系统没有包含CPAN,所以我们需要首先安装CPAN,方法如下(本人使用的是Fedora 8,其他系统请对号入座):
[root@localhost ~]# yum install perl-CPAN
updates-newkey                                           | 2.3 kB     00:00    
fedora                                                   | 2.1 kB     00:00    
updates                                                  | 2.6 kB     00:00    
设置安装进程
分析安装参数的语法
解决依赖相关
-->运行处理检查
---> 包 perl-CPAN.i386 0:1.76_02-41.fc8 设置为 升级
--> 完成依赖性检查
依赖性解决
================================================================================
 包               架构        版本                  仓库                   大小
================================================================================
正在安装:
 perl-CPAN        i386        1.76_02-41.fc8        updates-newkey        129 k
Transaction Summary
================================================================================
Install      1 Package(s)        
Update       0 Package(s)        
Remove       0 Package(s)        
总共下载大小: 129 k
确定是这样吗? [y/N]: y
下载软件包:
perl-CPAN-1.76_02-41.fc8.i386.rpm                        | 129 kB     00:02    
============================== Entering rpm code ===============================
运行 rpm_check_debug
运行测试事务处理
传输测试完成
事务处理测试成功
运行事务处理
  正在安装       : perl-CPAN                                                1/1
=============================== Leaving rpm code ===============================
已安装:
  perl-CPAN.i386 0:1.76_02-41.fc8                                              
恭喜你!成功完成!
这时我们就完成了perl-CPAN的安装,再次使用刚才的命令进入CPAN。
[root@localhost ~]# perl -MCPAN -e shell
/usr/lib/perl5/5.8.8/CPAN/Config.pm initialized.
CPAN is the world-wide archive of perl resources. It consists of about
100 sites that all replicate the same contents all around the globe.
Many countries have at least one CPAN site already. The resources
found on CPAN are easily accessible with the CPAN.pm module. If you
want to use CPAN.pm, you have to configure it properly.
If you do not want to enter a dialog now, you can answer 'no' to this
question and I'll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing 'o conf init' at the cpan prompt.)
Are you ready for manual configuration? [yes]
因为是首次使用cpan所以系统需要配置一下环境参数,可以直接选择no.
cpan> reload cpan        # 更新CPAN
在完成以上步骤后,就可以用install module 来安装需要的模块了
[root@localhost ~]# cpan> install Test::Parser
如果最后显示OK的话,则该模块可以使用了,这一点可以通过第一步的命令进行检查。

 

原文链接:http://blog.sina.com.cn/s/blog_48c95a190100h7yq.html


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Perl命令行开关发布时间:2022-07-22
下一篇:
Perl中的输入输出流(三)发布时间:2022-07-22
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap