Hello Linux Geeksters. As you may know, FlareGet is an open source, multi-threaded, multi-segment popular download manager and accelerator, working on Linux. (like uGet or XDMAN). The latest version available is FlareGet 2.4.27, which comes with a new review option for watching videos while dowloading, a better graphical interface and several bugfixes. For a full list of changes, see the official announcement.

In this article I will show you how to install flareGet 2.4-27 on Fedora, CentOS, OpenSUSE, Mageia and ROSA Desktop.
There is no repository available for FlareGet 2.4-27, so we have to download the rpm packages from the official site. Follow the instructions for your system’s exact architecture, in order to get a successful installation:
How to install FlareGet 2.4-27 on 32 bit Fedora, CentOS, OpenSUSE, Mageia and ROSA Desktop systems:
$ wget -c "www.flareget.com/files/flareget/rpm/i386/flareget_2.2-27_i386(stable)_rpm.tar.gz"
$ tar -xzvf flareget_2.4-27_i386(stable)_rpm.tar.gz
$ cd flareget_2.4-27_i386(stable)_rpm
$ sudo rpm -i flareget-2.4-27.i386.rpm
How to install FlareGet 2.4-27 on 64 bit Fedora, CentOS, OpenSUSE, Mageia and ROSA Desktop systems:
$ wget -c "www.flareget.com/files/flareget/rpm/amd64/flareget_2.4-27_x86_64(stable)_rpm.tar.gz"
$ tar -xzvf flareget_2.4-27_x86_64(stable)_rpm.tar.gz
$ cd flareget_2.4-27_x86_64(stable)_rpm
$ sudo rpm -i flareget-2.4-27.x86_64.rpm