CentOS 7 using the acceleration wget mwget

It can be very slow when using wget to download files, you can also use mwget be accelerated, where m represents the multi-threaded meaning.

1. Install mwget

wget http://jaist.dl.sourceforge.net/project/kmphpfm/mwget/0.1/mwget_0.1.0.orig.tar.bz2

takes -xjvf mwget_0.1.0.orig.tar.bz2

cd mwget_0.1.0.orig

Execute ./configure

./configure

If the error occurs: C ++ compiler can not create executables instructions do not have a c ++ compiler c ++ compiler installed on it

yum install gcc-c++

如果执行./configure 出现 configure: error: Your intltool is too old.  You need intltool 0.35.0 or later.

You need to install the above version 0.35.0

yum install intltool

Then do the final installation

make

make install

After installation, you can use mwget download

CentOS 7 using the acceleration wget mwget

The following screenshot wget

CentOS 7 using the acceleration wget mwget 

Guess you like

Origin www.linuxidc.com/Linux/2019-09/160541.htm