bash: cpan: command not found

1 개요[ | ]

bash: cpan: command not found
Console
Copy
root@localhost:/hello# cpan
bash: cpan: command not found
root@localhost:/hello# perl -v | head -2

This is perl 5, version 28, subversion 1 (v5.28.1) built for x86_64-linux-gnu-thread-multi
OS install command
Arch Linux pacman -S cpanminus
CentOS yum install cpanminus
Debian, Kali Linux, Raspbian, Ubuntu apt-get install cpanminus
Fedora dnf install cpanminus
OS X brew install cpanminus

2 같이 보기[ | ]