linux:perl

文書の過去の版を表示しています。


perl のビルドとインストール

$ curl -O https://downloads.activestate.com/ActivePerl/releases/5.26.3.2603/ActivePerl-5.26.3.2603-x86_64-linux-glibc-2.15-a701e55e0.tar.gz
$ tar zxvf ActivePerl-5.26.3.2603-x86_64-linux-glibc-2.15-a701e55e0.tar.gz
$ cd ActivePerl-5.26.3.2603-x86_64-linux-glibc-2.15-a701e55e0
$ sudo sh install.sh
Checking package...done

Welcome to ActivePerl

    ActivePerl is ActiveState's quality-assured binary build of
    Perl.  In order to install ActivePerl you need to agree to
    the ACTIVESTATE® COMMUNITY EDITION LICENSE AGREEMENT.

Did you read the LICENSE.txt file? [no] yes <- yes を入力して Enter
Do you agree to the ACTIVESTATE® COMMUNITY EDITION LICENSE AGREEMENT? [no] yes <- yes を入力して Enter

    This installer can install ActivePerl in any location of your
    choice. You do not need root privileges.  However, please make sure
    that you have write access to this location.

Enter top level directory for install? [/opt/ActivePerl-5.26] <- Enter を入力

    The ActivePerl documentation is available in HTML format.  If installed
    it will be available from file:///opt/ActivePerl-5.26/html/index.html.
    If not installed you will still be able to read all the basic perl and
    module documentation using the man or perldoc utilities.

Install HTML documentation [yes] <- Enter を入力
Ok.

    The typical ActivePerl software installation requires 200 megabytes.
    Please make sure enough free space is available before continuing.

Proceed? [yes] <- Enter を入力
Ok.

Installing ActivePerl...
Copying files to /opt/ActivePerl-5.26...done
Relocating...done (287 files relocated)
Generating HTML documentation...done
Syncing perl PPM database with .packlists...done 

ActivePerl has been successfully installed at /opt/ActivePerl-5.26.

Please modify your startup environment by adding:

   /opt/ActivePerl-5.26/site/bin:/opt/ActivePerl-5.26/bin to PATH
   /opt/ActivePerl-5.26/site/man:/opt/ActivePerl-5.26/man to MANPATH

For general questions or comments about ActivePerl, please
contact us at <support@activestate.com>.

Thank you for using ActivePerl!

Do you want to download a free trial of Komodo IDE? [Y/n] n <- n を入力

  • linux/perl.1547697155.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)