LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-24-2017, 07:04 AM   #1
johir haque dipok
LQ Newbie
 
Registered: Dec 2017
Location: Bangladesh
Distribution: Windows 10(desktop) and Puppy Linux(notebook)
Posts: 3

Rep: Reputation: Disabled
About installing internet download manger or any download manager in puppy linux.


Hello,
I'm new to this forum. I love Linux though I didn't use Linux before but I always read about Linux's features and futures.
Anyways, Few days ago I installed Pupppy Linux in my almost dead notebook based on Intel Atom Processor and It's running pretty well now. Now, I want to install a download manager for downloading all files from internet, that means a download manager which will work like Internet Download Manager(for windows is the best download manager) and integrates with browser like mozilla or chrome or any other browser.

Please Help me how to download and where to download?
 
Old 12-24-2017, 10:14 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by johir haque dipok View Post
Hello,
I'm new to this forum. I love Linux though I didn't use Linux before but I always read about Linux's features and futures.
Anyways, Few days ago I installed Pupppy Linux in my almost dead notebook based on Intel Atom Processor and It's running pretty well now. Now, I want to install a download manager for downloading all files from internet, that means a download manager which will work like Internet Download Manager(for windows is the best download manager) and integrates with browser like mozilla or chrome or any other browser.

Please Help me how to download and where to download?
Not a lot to help you with. Open Chrome, go to the Chrome Extensions section and at the bottom of the page, click "Get more extensions". Put "download manager" in the search box. Pick one.
 
Old 12-24-2017, 10:48 AM   #3
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Also which flavor/version of Puppy are you running?
 
Old 12-25-2017, 03:56 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
browser addons are usually platform independent, so it shouldn't be a problem to find & install one.

that said, i never saw the point of these download managers.
they might sometimes help with downloading multiple files from large storage service sites, but in my experience the gain is small, the sites are not easily tricked, and interrupted downloads are frequent.
also there's a good chance the addon contains some sort of mal/spy/adware. higher than with other addons imo.

use torrenting wherever possible, and trust your browser to do the right thing with the rest.
 
Old 12-25-2017, 02:25 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,101
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
wget -c http://thefile

-c stands for "continue".

Do this in puppy for any pet or .sfs url you want in Puppy linux.

Best damn downloader manager I know of. Already built into Puppy.

Code:
$ wget -c http://distro.ibiblio.org/blacklab/linspire/linspire-7-x64.iso
--2017-12-25 13:45:28--  http://distro.ibiblio.org/blacklab/linspire/linspire-7-x64.iso
Resolving distro.ibiblio.org (distro.ibiblio.org)... 152.19.134.43
Connecting to distro.ibiblio.org (distro.ibiblio.org)|152.19.134.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2106589184 (2.0G) [application/octet-stream]
Saving to: ‘linspire-7-x64.iso’

linspire-7-x64.iso        25%[========>                            ] 517.63M   205KB/s   eta 1h 42ms
The iso I am downloading? The link is only good for today and I think tomorrow. Linspire is a paid for Linux operating system.

Browser downloader. I don't use those.

Last edited by rokytnji; 12-25-2017 at 02:28 PM.
 
Old 12-25-2017, 04:13 PM   #6
patrick295767
Member
 
Registered: Feb 2006
Distribution: FreeBSD, Linux, Slackware, LFS, Gparted
Posts: 664

Rep: Reputation: 138Reputation: 138
Most of Puppy Linux is based on FLTK, X11,... You may use DILLO or learn the curves of FLTK, C++, and X11.

So far I know, there is no graphical application for managing internet downloads/urls for Puppy Linux (yet).
 
Old 12-25-2017, 11:59 PM   #7
johir haque dipok
LQ Newbie
 
Registered: Dec 2017
Location: Bangladesh
Distribution: Windows 10(desktop) and Puppy Linux(notebook)
Posts: 3

Original Poster
Rep: Reputation: Disabled
About Puppy Linux.

I did not blame Linux. I love Linux. I am usnig Slack Puppy latest version 6.3. Thank you everyone who answered my question. Now I've learned something new.I want to another thing that how to download any file using console(terminal or command line) and how can I learn commands?
 
Old 12-26-2017, 10:03 AM   #8
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
I'd recommend starting with cd and ls commands, than use Google to figure out how to use mv and cp to copy move and rename files and folders. if you need help figuring out an app just run appname --help example cp --help. And instead of using a gui tool do a Google search on how to do it cli.

The term is a powerful resource when figured out. Have Fun!
 
Old 12-26-2017, 11:01 AM   #9
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Tahrpup comes with uget install http://ugetdm.com along with several others.

Let me know if this is what you're looking for.
 
Old 12-26-2017, 02:41 PM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by johir haque dipok View Post
how to download any file using console(terminal or command line)
see post #5.
 
Old 12-30-2017, 03:46 AM   #11
johir haque dipok
LQ Newbie
 
Registered: Dec 2017
Location: Bangladesh
Distribution: Windows 10(desktop) and Puppy Linux(notebook)
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Mill J View Post
I'd recommend starting with cd and ls commands, than use Google to figure out how to use mv and cp to copy move and rename files and folders. if you need help figuring out an app just run appname --help example cp --help. And instead of using a gui tool do a Google search on how to do it cli.

The term is a powerful resource when figured out. Have Fun!
Thank you for your help. I don't blame Linux.
 
Old 09-07-2018, 10:57 PM   #12
robert07
LQ Newbie
 
Registered: Sep 2018
Posts: 1

Rep: Reputation: Disabled
Reload this Page About installing internet download manger or any download manager in puppy linux.

What makes idm idm is how they can show their button inframe of download area. I hope linux can really compete windows in certain way.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Xtreme Download Manager(xdman) alternate of Internet Download Manager(IDM) in Ubuntu LXer Syndicated Linux News 0 10-15-2013 10:41 AM
download like iam in microsoft world(internet download manager in windows - linux) rpmacaspac Linux - Newbie 1 09-02-2013 06:13 PM
LXer: Download Mozilla Firefox 20 for Linux with New Download Manager LXer Syndicated Linux News 0 04-03-2013 11:40 AM
internet download manager alternative in linux sumeet inani Linux - Software 20 09-23-2012 07:48 PM
How to install Internet Download Manager full in linux mint Yugesh Gowda Linux - Software 1 04-09-2011 08:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration