Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-06-2009, 03:03 AM
|
#1
|
Member
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136
Rep:
|
A good download manager for linux
I used FDM (Free download Manager) in Windows. But while working on Linux i just cant find an equivalent. Can someone suggest me a good download manager.
1> I have used Kget , its not very feature rich.
2> Downloader of X wont compile , its giving errors.
3> FDM wont run on wine , may be it runs as a service.
Can someone help.
|
|
|
11-06-2009, 03:42 AM
|
#2
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep: 
|
If on Linux, I will assume you use Firefox for browsing the net. And if you do there is an integrated download manager and accelerator for firefox that you install as add-on. It is called Download Them All (dta). You can find it in add ons section on mozilla website.
|
|
|
11-06-2009, 03:59 AM
|
#3
|
Member
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136
Original Poster
Rep:
|
Of-course there is. In fact use Opera 10, which also has which also has a integrated download manager and bit-torrent client. But i need a separate download manager like IDM or FDM. Can you suggest any?
Thanks.
|
|
|
11-06-2009, 04:13 AM
|
#4
|
Member
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13.37 64 bit
Posts: 297
Rep:
|
wxdownloadfast is a graphical client or aria2 is a command line client.There are many more but those are what I use.Cheers.
|
|
|
11-06-2009, 04:38 AM
|
#5
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep: 
|
Then there is multiget. If you tell what distribution you are using and what errors you are getting while compilation, you could get better help.
multiget is available in the Ubuntu repositories.
|
|
|
11-06-2009, 04:43 AM
|
#6
|
Member
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136
Original Poster
Rep:
|
I tried compiling Downloader for X (d4x-2.5.7.1)
This is the error msg:
about.cc:211: error: ‘GtkSignalFunc’ was not declared in this scope
about.cc:211: error: expected ‘)’ before ‘destroy_about_window’
about.cc:213: error: expected ‘)’ before ‘about_window_esc_handler’
about.cc:213: error: expected ‘)’ before ‘;’ token
about.cc:215: error: expected ‘)’ before ‘destroy_about_window’
about.cc:215: error: expected ‘)’ before ‘;’ token
make[3]: *** [about.o] Error 1
make[3]: Leaving directory `/home/scott/installs/d4x-2.5.7.1/main/face'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/scott/installs/d4x-2.5.7.1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/scott/installs/d4x-2.5.7.1'
make: *** [all] Error 2
Thanks.
|
|
|
11-06-2009, 04:47 AM
|
#7
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep: 
|
Downloader for X is there in the Ubuntu repositories.
|
|
|
11-06-2009, 05:03 AM
|
#8
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,916
|
yum install d4x doesnt work for you?
|
|
|
11-06-2009, 05:21 AM
|
#9
|
Member
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136
Original Poster
Rep:
|
I use a dial-up connection(very bad speed) at my home. For downloads and resolving dependencies I use the connection available in my college and bring the back files to my place. So yum is not a viable option.
One more thing, could you pls tell me how to recursively search for all dependencies so that i can resolve them at a time.
|
|
|
11-06-2009, 05:22 AM
|
#10
|
Senior Member
Registered: Aug 2006
Posts: 2,697
|
|
|
|
11-06-2009, 05:23 AM
|
#11
|
Member
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136
Original Poster
Rep:
|
I use Fedora 11 (32 bit).
|
|
|
11-06-2009, 05:24 AM
|
#12
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep: 
|
YUM should be able to give you the list of dependencies for a package.
Use deplist option. man yum for more information.
|
|
|
11-06-2009, 05:31 AM
|
#13
|
Member
Registered: Nov 2009
Location: Kolkata, India
Distribution: Fedora 11
Posts: 136
Original Poster
Rep:
|
Will it give me dependencies of dependencies, in one stroke?
Thanks
|
|
|
11-06-2009, 06:17 AM
|
#14
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep: 
|
Yes this is what I guess from the man page. Anyhow, yum does the dependency resolution. So even if you do yum install, it will tell if the dependency checking has been and if there are any dependencies it will show.
|
|
|
11-06-2009, 07:09 AM
|
#15
|
Gentoo support team
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083
|
If you plan to do p2p, mldonkey can do *everything*, including regular downloads and ftp.
|
|
|
All times are GMT -5. The time now is 08:59 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|