Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

บทความนี้ แนะนำขั้นตอนในการติดตั้ง Perl library ในรูปแบบ Local เพื่อที่จะสามารถติดตั้ง Library เพิ่มเติมที่ต้องการ โดยมีขั้นตอน ดังนี้

ขั้นตอนการติดตั้ง Local Perl library

  1. ทำการเรียกใช้งาน Software Perl โดยใช้คำสั่ง

    module load Perl/5.32.0-GCCcore-10.2.0
  2. ทำการเรียกใช้งาน cpan

    cpan 
  3. ติดตั้ง Library ที่ต้องการ ตัวอย่าง ทำการติดตั้ง Statistics::TTest

    cpan[1]> install Statistics::TTest
    
    Reading '/tarafs/data/home/hpcuser/.local/share/.cpan/Metadata'
      Database was generated on Tue, 22 Jun 2021 08:55:58 GMT
    Running install for module 'Statistics::TTest'
    Checksum for /tarafs/data/home/hpcuser/.local/share/.cpan/sources/authors/id/Y/YU/YUNFANG/Statistics-TTest-1.1.0.tar.gz ok
    Scanning cache /tarafs/data/home/hpcuser/.local/share/.cpan/build for sizes
    ............................................................................DONE

 หากติดตั้งเรียบร้อยจะขึ้นว่า success

4. ทำการออกจาก cpan โดยใช้คำสั่ง

cpan[1]> exit

  • No labels