(CentOS wget 설치 문서로 넘겨주기) |
(→해결방법) |
||
(같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
# | ;<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 해결방법[ | ]
- 방법1. curl -LO로 파일 다운로드
- 방법2. CentOS wget 설치
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.