"Bash: cpan: command not found"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;<nowiki>bash: cpan: command not found</nowiki> <syntaxhighlight lang='console'> root@localhost:/hello# cpan bash: cpan: command not found root@localhost:/hel...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
13번째 줄: 13번째 줄:
! OS !! install command
! OS !! install command
|-
|-
| Arch Linux || pacman -S cpanminus
| Arch Linux || [[pacman -S cpanminus]]
|-
|-
| CentOS || yum install cpanminus
| CentOS || [[yum install cpanminus]]
|-
|-
| Debian, Kali Linux, Raspbian, Ubuntu || apt-get install cpanminus
| Debian, Kali Linux, Raspbian, Ubuntu || [[apt-get install cpanminus]]
|-
|-
| Fedora || dnf install cpanminus
| Fedora || [[dnf install cpanminus]]
|-
|-
| OS X || brew install cpanminus
| OS X || [[brew install cpanminus]]
|}
|}


==같이 보기==
==같이 보기==
* [[cpan]]
* [[리눅스 cpan]]
* [[bash: make: command not found‎‎]]
* [[bash: make: command not found‎‎]]


[[분류:  command not found]]
[[분류:  command not found]]

2021년 4월 14일 (수) 14:06 기준 최신판

1 개요[ | ]

bash: cpan: command not found
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 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}