Linux Lite Forums

General => Off Topic => Topic started by: MohamedKhaled on November 07, 2017, 02:37:14 PM

Title: download mangers for linux
Post by: MohamedKhaled on November 07, 2017, 02:37:14 PM
I cant find any downloader with proper integration extension and a multithreading support
...all the download managers are bad and don't have integration tools or are actually trial only ... can you mind telling me people what the download manager you are using ...(if any)
Title: Re: download mangers for linux
Post by: rokytnji on November 07, 2017, 06:47:18 PM
wget -c <url goes here>
Title: Re: download mangers for linux
Post by: torreydale on November 08, 2017, 01:32:59 PM
I use the one that comes with the browser, and I mainly use Chrome.
Title: Re: download mangers for linux
Post by: Moltke on November 08, 2017, 07:44:03 PM
The best download manager is already available in Linux Lite; it's called wget. Just type
Code: [Select]
$wget and copy/paste the link for whatever it is you want to download, like so
Code: [Select]
$wget http://repo.linuxliteos.com/linuxlite/isos/3.6/linux-lite-3.6-64bit.iso. Using wget you can download a lot of stuff from the web. For any other thing I think the one from the browser i.e Firefox, or whichever browser you use is enough. I learned from trying many download managers that none worth my time installing them; downloads aren't faster than if I used the browser plus most of the time they don't work as expected. But then again, it's my point of view and someone else might think different. However, I use wget to download a lot of things, tixati for torrents/magnet links and the browser for anything I can't or don't want to download from the terminal or via torrent.  You can read and learn more on how to use wget here (https://www.howtogeek.com/281663/how-to-use-wget-the-ultimate-command-line-downloading-tool/) , here (https://www.tecmint.com/10-wget-command-examples-in-linux/) and here (https://www.gnu.org/software/wget/manual/wget.html)
Hope this helps! :)
Title: Re: download mangers for linux
Post by: MohamedKhaled on November 14, 2017, 08:04:31 AM
The best download manager is already available in Linux Lite; it's called wget. Just type
Code: [Select]
$wget and copy/paste the link for whatever it is you want to download, like so
Code: [Select]
$wget http://repo.linuxliteos.com/linuxlite/isos/3.6/linux-lite-3.6-64bit.iso. Using wget you can download a lot of stuff from the web. For any other thing I think the one from the browser i.e Firefox, or whichever browser you use is enough. I learned from trying many download managers that none worth my time installing them; downloads aren't faster than if I used the browser plus most of the time they don't work as expected. But then again, it's my point of view and someone else might think different. However, I use wget to download a lot of things, tixati for torrents/magnet links and the browser for anything I can't or don't want to download from the terminal or via torrent.  You can read and learn more on how to use wget here (https://www.howtogeek.com/281663/how-to-use-wget-the-ultimate-command-line-downloading-tool/) , here (https://www.tecmint.com/10-wget-command-examples-in-linux/) and here (https://www.gnu.org/software/wget/manual/wget.html)
Hope this helps! :)

hi i tried wget ... it works just great enough ... thanks
Title: Re: download mangers for linux
Post by: paul1149 on November 14, 2017, 08:37:23 AM
Here's something nice and tasty for video downloads:

http://rg3.github.io/youtube-dl/
Title: Re: download mangers for linux
Post by: MohamedKhaled on November 15, 2017, 09:29:00 AM
Update
i have just installed OPERA BROWSER after facing issues with chrome and it appears that opera have the best download manger integrated with it .. double kill with one shot
Title: Re: download mangers for linux
Post by: smhardesty on November 15, 2017, 11:18:23 AM
I use SeaMonkey as my browser of choice and then use DownThemAll as my download manager. Works fine.