HugeServer Knowledgebase

How to speed up “Yum” using Axelget

Introduction

In the past articles, we were talking about Axel downloader a powerful alternative for Wget. As you know Axel is a download manager which can use the full potential of your network connection for downloading process. in this tutorial, we are going to make Axel work with “Yum” so we can download and install software as fast as possible.

We are assuming that you have root permission, otherwise, you may start commands with “sudo”.

Install Yum-Axelget

Yum-Axelget is not provided by the official repository so we have to install EPEL repository first so we can install the needed plugins and dependencies.

Install EPEL repository

You can easily download and install EPEL repository using Yum with the command below:

yum install epel-release

Install Axelget

Now that you have successfully installed EPEL repository you can install Axelget with the command below:

yum install yum-axelget

As soon as the installation process is finished, you are good to go. from now on your Yum downloads will handle by Axel and there is no need to use any other commands you can just normally use Yum like before. And each time you use Yum for installing something you will see the Axelget plugin loaded in first lines to make you sure that it’s working:

Loaded plugins: axelget, fastestmirror

Was this tutorial helpful?

Thank you for your vote.Thank you for your vote.

Similar Posts

One thought on “How to speed up “Yum” using Axelget”

Leave a Reply

Your email address will not be published. Required fields are marked *

*