码迷,mamicode.com
首页 > 其他好文 > 详细

cpan安装perl module的方法和步骤(备忘帖)

时间:2017-05-04 18:31:56      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:root权限   his   com   mod   方法   conf   commit   make   tor   

适用场景:不具备root权限且没有sudo权限的普通用户安装perl module
安装步骤:
1)
删除/.cpan/.lock
rm -rf /home/users/.cpan/.lock
2)进入cpan交互模式
perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v2.00)
Enter ‘h‘ for help.

cpan[1]> o conf mbuildpl_arg "--install_base /home/USER/extra_lib/"
    mbuildpl_arg       [--install_base /home/USER/extra_lib/]
Please use ‘o conf commit‘ to make the config permanent!


cpan[2]>  o conf makepl_arg "PREFIX=/home/USER/extra_lib/"
    makepl_arg         [PREFIX=/home/USER/extra_lib/]
Please use ‘o conf commit‘ to make the config permanent!


cpan[3]> install JSON

cpan安装perl module的方法和步骤(备忘帖)

标签:root权限   his   com   mod   方法   conf   commit   make   tor   

原文地址:http://www.cnblogs.com/gracejiang/p/6808215.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!