美文网首页
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.

相关文章

  • CentOS7下安装Perl编程环境

    因为工作的关系,需要改用Perl语言进行编程,下面以CentOS7为例安装Perl编程环境。 安装Perl 一个命...

  • 添加VMwareTools

    简洁介绍 vmware-tools的安装脚本要用perl,但CentOS6自身不带perl,所以要自己安perl ...

  • Centos安装Perl

    官网地址下载源码:https://www.perl.org/get.html[https://www.perl.o...

  • redis 学习

    课程大纲 1、在虚拟机中安装CentOS 2、在每个CentOS中都安装Java和Perl 3、在4个虚拟机中安装...

  • 虚拟机中搭建CentOS集群

    1、在虚拟机中安装CentOS 2、在每个CentOS中都安装Java和Perl 3、在4个虚拟机中安装CentO...

  • Nginx离线安装

    操作系统:Centos 7.2 nginx离线安装依赖pcre, perl , zlib 三个库 安装pcre 安...

  • k8s 安装过程记录

    环境配置 vmware安装centos 7虚拟机 yum安装wget,setup ,perl 更新yum镜像源 d...

  • centos升级git

    安装需求的类库 卸载centos默认的git 编译安装git 报错修改 make 时出现 [perl.mak] E...

  • 轻量级monitorix监控系统IO情况

    场景:CentOS 7.2首先安装下更所需程序包yum install rrdtool rrdtool-perl ...

  • 非root安装autoconf和automake

    依赖perl,如果没有安装perl,需要先安装perl.1.安装m4 2.安装autoconf注意一定要安装在不是...

网友评论

      本文标题:Centos安装Perl

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