Hello Linux Geeksters. As you may know, Rexloader is an open-source download manager, developed in C++ and Qt. Among others, it has support for downloading files via ftp or torrent, it allows the users to manage the download of multiple files and has support for setting the maximum download speed.
The latest version available is Rexloader 0.1a, which has been released a while ago.
In this article I will show you how to install Rexloader 0.1a on Ubuntu 14.04 Trusty Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0 and other Ubuntu 14.04 derivative systems.
Because it is available via PPA, installing Rexloader 0.1a on Ubuntu 14.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the rexloader package. Like this:
$ sudo add-apt-repository ppa:ra9oaj/spolab
$ sudo apt-get update
$ sudo apt-get install rexloader
Optional, to remove rexloader, do:
$ sudo apt-get remove rexloader
Leave a Reply