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?!