(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 해결방법[ | ]
- 방법1. curl -LO로 파일 다운로드
- 방법2. CentOS wget 설치
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.