The best download manager that can be used in any Linux OS is wget. If you are downloading a big file just use the option -c so that the download will resume from where it ended incase of any connection interuption.
wget -c file.tar.zg.
If you still need a GUI to manage your downloads you can either use kget or gwget. Installation of both is simple.
sudo apt-get install kget
or
sudo apt-get install gwget
#!/Sanil
No comments:
Post a Comment