crook / yum-axelget

Yum-axelget is a plugin for yum that accelerates download rate with multi-threads by axel.
http://yum-axelget.googlecode.com/
GNU General Public License v3.0
38 stars 11 forks source link

axel command not found! #6

Closed gnome1919 closed 10 years ago

gnome1919 commented 10 years ago

Everytime I try to install a package with axelget plugin enabled I get this error: sh: axel: command not found and yum enters a loop like this: Downloading Packages: sh: axel: command not found opencore-amr-0.1.2-1.el6.rf.x86_64.rpm | 0 B 00:00 ... sh: axel: command not found opencore-amr-0.1.2-1.el6.rf.x86_64.rpm | 0 B 00:00 ... sh: axel: command not found opencore-amr-0.1.2-1.el6.rf.x86_64.rpm | 0 B 00:00 ... .....

crook commented 10 years ago

axel is required by yum-axelget. you need to install axel first. Two way to install:

1) yum --disableplugin=axelget install axel from the linux distrobution 2) go to rpmfind website to get one: http://rpmfind.net/linux/rpm2html/search.php?query=axel&submit=Search+...

gnome1919 commented 10 years ago

Thanks, it's fixed! It would be nice if it's mentioned in README file.

crook commented 10 years ago

ok, i will add some words in readme file