Follow simple Steps To Install aria2 on Mac
Package Information:
Name: aria2
Use: aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
Installation Steps:
- Open up your Terminal
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install aria2 using brew
brew install aria2
aria2 is ready to use now!