Find latest wget version on http://ftp.gnu.org/gnu/wget/wget/ and install it as /usr/local/bin/wget . wget ftp://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz yum remove wget tar xfz wget-* cd wget-* ./configure make make test make install cd ../
↧