Linux Lite Forums
download mangers for linux - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: Off Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=15)
+--- Thread: download mangers for linux (/showthread.php?tid=4626)



download mangers for linux - MohamedKhaled - 11-07-2017

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)


Re: download mangers for linux - rokytnji - 11-07-2017

wget -c <url goes here>


Re: download mangers for linux - torreydale - 11-08-2017

I use the one that comes with the browser, and I mainly use Chrome.


Re: download mangers for linux - Moltke - 11-09-2017

The best download manager is already available in Linux Lite; it's called wget. Just type
Code:
$wget
and copy/paste the link for whatever it is you want to download, like so
Code:
$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 , here and here
Hope this helps! Smile


Re: download mangers for linux - MohamedKhaled - 11-14-2017

(11-09-2017, 12:44 AM)Moltke link Wrote: The best download manager is already available in Linux Lite; it's called wget. Just type
Code:
$wget
and copy/paste the link for whatever it is you want to download, like so
Code:
$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 , here and here
Hope this helps! Smile

hi i tried wget ... it works just great enough ... thanks


Re: download mangers for linux - paul1149 - 11-14-2017

Here's something nice and tasty for video downloads:

http://rg3.github.io/youtube-dl/


Re: download mangers for linux - MohamedKhaled - 11-15-2017

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


Re: download mangers for linux - smhardesty - 11-15-2017

I use SeaMonkey as my browser of choice and then use DownThemAll as my download manager. Works fine.