CentOS wget 설치


CentOS wget 설치

문제 상황

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

설치

[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!

확인

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

Try `wget --help' for more options.

같이 보기