美文网首页
Centos安装Perl

Centos安装Perl

作者: ArthurIsUsed | 来源:发表于2020-09-28 14:44 被阅读0次
    [root@houtai1 install_package]# tar -xzvf perl-5.32.0.tar.gz
    [root@houtai1 perl-5.32.0]#  cd perl-5.32.0
    [root@houtai1 perl-5.32.0]# ./Configure -de
    [root@houtai1 perl-5.32.0]# make
    [root@houtai1 perl-5.32.0]# make test
    [root@houtai1 perl-5.32.0]# make install
    
    • 验证是否安装正常
    [root@kmzyw-zyw-houtai1 perl-5.32.0]# perl -v
    
    This is perl 5, version 32, subversion 0 (v5.32.0) built for x86_64-linux
    
    Copyright 1987-2020, Larry Wall
    
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.
    
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using "man perl" or "perldoc perl".  If you have access to the
    Internet, point your browser at http://www.perl.org/, the Perl Home Page.
    

    相关文章

      网友评论

          本文标题:Centos安装Perl

          本文链接:https://www.haomeiwen.com/subject/mlfduktx.html