curl yum 최신버전설치 centos에서 yum설치로 curl을 설치하면 5.19이 기본버전이다 이럴때는 소스설치로 상위버전을 설치하면되지만 yum으로 설치를 원할때는 해당 저장소를 지정한뒤 설치하면됩니다. #vim /etc/yum.repos.d/city-fan.repo [CityFan] name=City Fan Repo baseurl=http://www.city-fan.org/ftp/contrib/yum-repo/rhel$releasever/$basearch/ enabled=1 gpgcheck=0 :wq 위저장소추가후 yum install curl 하면 최신버전으로설치 curl 버전 확인 # curl -V curl 업데이트 파일 다운로드 - 원하는 버전 확인 후 wget 명령을 통해 파일 다운..