CentOS wget 설치

CentOS wget 설치

1 문제 상황[ | ]

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

[root@localhost ~]# wget
-bash: wget: command not found
[root@localhost ~]# wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
-bash: wget: command not found

2 설치[ | ]

[root@localhost ~]# yum install wget
... (생략)
================================================================
 Package    Arch         Version               Repository  Size
================================================================
Installing:
 wget       x86_64       1.14-10.el7_0.1       base       545 k

Transaction Summary
================================================================
Install  1 Package

Total download size: 545 k
Installed size: 2.0 M
Is this ok [y/d/N]: y
... (생략)
Installed:
  wget.x86_64 0:1.14-10.el7_0.1                                 

Complete!

3 확인[ | ]

[root@localhost ~]# wget
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}