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

(CentOS wget 설치 문서로 넘겨주기)
 
(CentOS wget 설치에 대한 넘겨주기를 제거함)
태그: 넘겨주기 제거
1번째 줄: 1번째 줄:
#넘겨주기 [[CentOS wget 설치]]
;<nowiki>-bash: wget: command not found</nowiki>
 
==문제상황==
CentOS 6, CentOS 7을 최소 설치했더니 wget이 없다.
<source lang='console'>
[root@localhost ~]# wget
-bash: wget: command not found
</source>
<source lang='console'>
[root@localhost ~]# wget https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
-bash: wget: command not found
</source>
 
==해결방법==
* 방법1. [[curl -LO]]로 파일을 다운로드
* 방법2. [[CentOS wget 설치]]
 
[[분류: wget]]
[[분류: 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 해결방법