LinTut

Install Aria2 (Command-line download manager) on RHEL/CentOS and Fedora linux

aria 2 command line download manager

aria 2 command line download manager

Aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
Aria2 1.18.3 latest release. This release fixes the bug which may cause assertion failure after multi-file downloads (e.g., multi-file metalink or torrent) are performed several times due to the bad handling of –bt-max-open-files option.

Changes

Features

Installing Aria2 in RHEL/CentOS and Fedora

First enable RPMForge repository and install aria2 using YUM command tool.

# yum --enablerepo=rpmforge install aria2 -y

How to use Aria2

Command-line scares you off? No, aria2 is really easy to use!!
Download from WEB:

# aria2c http://example.org/mylinux.iso
Aria2 Example Download

Download from 2 sources:

# aria2c http://a/f.iso ftp://b/f.iso

Download using 2 connections per host:

# aria2c -x2 http://a/f.iso

BitTorrent

# aria2c http://example.org/mylinux.torrent

BitTorrent Magnet URI:

# aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C'

Metalink:

# aria2c http://example.org/mylinux.metalink

Download URIs found in text file:

# aria2c -i uris.txt

Set Download Speed Limit
To set download speed limit per download, use the following option.

# aria2c –max-download-limit=100K http://releases.ubuntu.com/12.10/ubuntu-12.10-server-i386.iso

Reference: Aria2

That is all!

Exit mobile version