"-bash: curl: command not found"의 두 판 사이의 차이

(새 문서: ==개요== ;<nowiki>-bash: curl: command not found</nowiki> <syntaxhighlight lang='console'> testuser@localhost:~$ curl -bash: curl: command not found </syntaxhighlight> ==같이...)
 
 
5번째 줄: 5번째 줄:
testuser@localhost:~$ curl
testuser@localhost:~$ curl
-bash: curl: command not found
-bash: curl: command not found
</syntaxhighlight>
<syntaxhighlight lang='bash'>
sudo apt update
sudo apt install curl
</syntaxhighlight>
</syntaxhighlight>



2022년 5월 2일 (월) 16:40 기준 최신판

1 개요[ | ]

-bash: curl: command not found
Console
Copy
testuser@localhost:~$ curl
-bash: curl: command not found
Bash
Copy
sudo apt update
sudo apt install curl

2 같이 보기[ | ]