Yum-axelget is a plugin for yum that accelerates download rate with multi-threads by axel.
Feature:
You can get the program from https://github.com/crook/yum-axelget/releases.
or get latest codes:
git clone https://github.com/crook/yum-axelget
Before install yum-axelget, you need to install the following dependences:
sudo yum install axel
sudo yum install yum-plugin-fastestmirror
Now 'yum-axelget' are in Fedora Official Repository. On Fedora, use this command to install:
sudo yum install yum-axelget
Run 'sudo python setup.py install' in source directory. or:
sudo cp axelget.conf /etc/yum/pluginconf.d/
sudo cp axelget.py /usr/lib/yum-plugins/
Run sudo /usr/bin/yum --debuglevel=3 YumCommand
Please send the console output of the above command for help and support
Disable axelget plugin firstly to check yum is working well:
sudo yum --disableplugin=axelget YumCommand
If yes, it should be a bug with yum-axelget.
Please report your problem by create a new issue in github: https://github.com/crook/yum-axelget/issues
Or send email to Ray Chen chenrano2002@gmail.com