码迷,mamicode.com
首页 > 系统相关 > 详细

linux非root用户安装perl及其基本用法

时间:2020-06-03 23:08:34      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:linu   linux   lin   tar   sof   perl   lang   基本   dong   

1、

wget -c https://www.cpan.org/src/5.0/perl-5.30.3.tar.gz
tar zxvf perl-5.30.3.tar.gz
cd perl-5.30.3/
./Configure -des -Dprefix=/home/dongjiangxing/00_biosoft/05_Language_soft/perl-5.30.3/
make
make test
make install

 

linux非root用户安装perl及其基本用法

标签:linu   linux   lin   tar   sof   perl   lang   基本   dong   

原文地址:https://www.cnblogs.com/djx571/p/13040528.html

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