Skip to main content
  1. Posts/

Cara Install Modul Perl di cPanel

·2 mins·
cpanel cpanel
Table of Contents

Berikut merupakan panduan singkat cara menginstall modul perl di WHM/cPanel.

Install modules to the system Perl binary
#

Beberapa cara yang dapat digunakan untuk menginstall modul perl di system.

Install from the WHM interface

Login ke WHM sebagai user root, lalu arahkan ke (Software ยป Install a Perl Module).

Selanjutnya Anda dapat menginstall atau menghapus modul perl yang ada di system dari menu tersebut.

Install from the command line via script

Modul perl juga dapat diinstal dari CLI. Pastikan Anda login ke server sebagai user root

/scripts/perlinstaller Module::Name

Untuk mengelola modul perl gunakan perintah

/scripts/perlmods -l

Opsi yang dapat digunakan

  • -l Untuk list semua modul yang terinstall di system.
  • -s Untuk mencari modul yang terinstall.
  • -u Untuk uninstall modul.

Install via the cpan command

Untuk menginstall modul dengan cpan

cpan Module::Name

Install via the cpanm command

Untuk menginstall modul dengan cpanm

/usr/local/cpanel/bin/cpanm -i Module::Name

Install Modules to cPanel User
#

Beberapa cara yang dapat digunakan untuk menginstall modul perl di cPanel

Install from the cPanel interface

Login ke akun cPanel, lalu arahkan ke (Software ยป Perl Modules)

Dari menu ini Anda bisa install, update, reinstall, atau uninstall modul perl.

Install via the cpan command

Untuk menginstall modul dengan cpan

cpan Module::Name

Install via the cpanm command

Atur agar modul terinstall ke modul path user

/usr/local/cpanel/bin/cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)

Untuk menginstall modul dengan cpanm

/usr/local/cpanel/bin/cpanm -i Module::Name

Troubleshoot module problems
#

Jika proses install mengalami error, Anda dapat mengecek build.log untuk melihat lebih detail terkait proses serta error yang muncul.

tail /home/user/.cpanm/work/build.log

Related

cPanel UAPI
·1 min
cpanel cpanel
Cara Update Composer di cPanel
·1 min
cpanel composer cpanel
Instal Engintron di cPanel
·1 min
cpanel cpanel
User MySQL Tidak Muncul di CPanel
·1 min
cpanel mysql cpanel
Error 500 in Python Applications using LiteSpeed and CloudLinux
·1 min
cpanel python cpanel cloudlinux litespeed
Install Flask di cPanel
·1 min
cpanel passenger cpanel flask