flareGet 3.1-36, a full-featured, advanced, multi-threaded, multi-segment download manager and accelerator for Linux, has been released and is now available for download.
flareGet is one of the best GUI-based download managers on Linux at this time, and each version comes with major changes. It's been quite a while since the last update, and the version number has also changed significantly.
FlareGet 3.1 |
In this article I will show you how to install FlareGet 3.1 on Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Debian, Kwheezy, Crunchbang and their derivative systems.
Because it is not available via PPA, we have to download the archive containing the deb package for our architecture exactly, extract it and install the extracted deb package. I prefer gdebi over dpkg due to the fact that it also handles dependencies.
FlareGet Features
- Dynamic File Segmentation: Built-in robust dynamic file segmentation model, that used to split downloads into segments to boost the download speed. Also it uses Http-Pipelining which further increases the each segment.
- Intelligent File Management: A Built-in smart file management engine to automatically identify files based on their file extensions. All the downloads are arranged in different folders as per their grouping.
- Multi-Protocol Support : It supports HTTP, HTTPS and FTP protocols to download files from the web and also it supports metalink downloads.
- Speed Limits: You can set download limit speed for file downloads to avoid usage of full bandwidth.
- Limit Downloads: You can set limit on the number of simultaneous downloads, when one download finished, another starts automatically.
- Smart Scheduler : You can quickly schedule flareGet to download your files automatically. It also allows you to start/pause your downloads at the defined time.
- Batch Downloads : You can download a bunch of files from a text file (each link in separate line) or an html file.
- Enhanced Browser Integration : Easily integrated into all modern browsers such as Firefox, Google Chrome, Internet Explorer, chromium, opera etc. to download files itself.
- Resume Support: It can resume incomplete downloads even on power breakdown or system crash. Currently, there is no resume support for FTP downloads.
- Mirror Support: It supports segmented download of a file from various mirror sites with automatic checking of expired URLs.
- Add or Remove Segments: You can add or remove download segments dynamically without disturbing the current download.
- Youtube Grabber: Support for click flash video download from Youtube for all modern browsers.
- Clipboard Monitoring: No need to copy paste your download Urls, it automatically monitors your clipboard.
- Multi Language Support: FlareGet is available in 17 different languages.
Changes in version 3.1
- The multi-threaded core engine has been enhanced notably.
- Added support for post download requests for Dropbox, Google Drive and other similar sites.
- Much improved browser integration.
- The ignore list support for filetype in browser integration has been added.
- Added support for filetype reject list in browser integration.
- Improved built-in support for Youtube Grabber.
- Dropped support for pcap and winpcap dependency.
- a GUI distortion originated by changing language has been fixed.
- Lots of other minor bug fixes and enhancements.
Requirements
FlareGet is a native Linux application written in C++, using Qt framework. FlareGet application will run on almost all modern Linux desktop environments like GNOME, KDE, Cinnamon, Unity, etc. To install and run FlareGet following things should be met.
- Qt libraries with version >=4.8.1
- glibc (C library) with version >=2.13
Install FlareGet Download Manager in Linux Systems
To install flareGet in RedHat and Debian based systems, open a Terminal and run the following commands.
Install on Debian, Ubuntu and Linux Mint
On 32-Bit
$ wget http://www.flareget.com/files/flareget/debs/i386/flareget_3.1-36_i386\(stable\)_deb.tar.gz$ tar -xvf flareget_3.1-36_i386\(stable\)_deb.tar.gz$ cd flareget_3.1-36_i386\(stable\)_deb/$ sudo dpkg -i flareget_3.1-36_i386.deb
On 64-Bit
$ wget http://www.flareget.com/files/flareget/debs/amd64/flareget_3.1-36_amd64\(stable\)_deb.tar.gz$ tar -xvf flareget_3.1-36_amd64\(stable\)_deb.tar.gz$ cd flareget_3.1-36_amd64\(stable\)_deb/$ sudo dpkg -i flareget_3.1-36_amd64.deb
Install on RHEL, CentOS and Fedora
On 32-Bit
# yum install qt qt-x11# wget http://www.flareget.com/files/flareget/rpm/i386/flareget_3.1-36_i386\(stable\)_rpm.tar.gz# tar -xvf flareget_3.1-36_i386\(stable\)_rpm.tar.gz# cd flareget_3.1-36_i386\(stable\)_rpm# rpm -ivh flareget-3.1-36.i386.rpm
On 64-Bit
# yum install qt qt-x11# wget http://www.flareget.com/files/flareget/rpm/amd64/flareget_3.1-36_x86_64\(stable\)_rpm.tar.gz# tar -xvf flareget_3.1-36_x86_64\(stable\)_rpm.tar.gz# cd flareget_3.1-36_x86_64\(stable\)_rpm# rpm -ivh flareget-3.1-36.x86_64.rpm
0 comments:
Post a Comment