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

(CentOS wget 설치에 대한 넘겨주기를 제거함)
태그: 넘겨주기 제거
 
13번째 줄: 13번째 줄:


==해결방법==
==해결방법==
* 방법1. [[curl -LO]]로 파일을 다운로드
* 방법1. [[curl -LO]]로 파일 다운로드
* 방법2. [[CentOS wget 설치]]
* 방법2. [[CentOS wget 설치]]


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

2019년 10월 28일 (월) 15:51 기준 최신판

-bash: wget: command not found

1 문제상황[ | ]

CentOS 6, CentOS 7을 최소 설치했더니 wget이 없다.

Console
Copy
[root@localhost ~]# wget
-bash: wget: command not found
Console
Copy
[root@localhost ~]# wget https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
-bash: wget: command not found

2 해결방법[ | ]