summaryrefslogtreecommitdiffstats
path: root/README
blob: 60a5bcb2b30bb9ab080b9f01312dcaf270afe5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Yum Fast Downloader Plugin
==========================
This plugin intends to speedup yum downloads by using a download manager 
application (currently Aria 2) for downloading files instead of URLGrabber
which is used by yum.
Currently, it provides the following features:
* Downloading repository metadata from several mirrors simultaneously
* Downloading multiple packages in parallel from several mirrors
* Downloading delta rpms
* Using fastest mirrors for downloading

Installation
============
All you need to do is to put yum-fast-downloader.py into /usr/lib/yum-plugins
and yum-fast-downloader.conf in /etc/yum/pluginconf.d/.
Also put yum-fast-downloader-finalize and urlgrabber-ext-down-yfd into /usr/libexec

Future Plans
============
* Support for http/https proxies
* Support other download managers
* What else?!