AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 32850
In Process
fossfreedom
fossfreedom
Asked: 2011-04-01 07:23:14 +0800 CST2011-04-01 07:23:14 +0800 CST 2011-04-01 07:23:14 +0800 CST

哪些下载管理器可用于 Ubuntu?

  • 772

这个问题的存在是因为它满足了一个特定的标准。虽然我们鼓励您帮助维护其答案,但请理解在 Ask Ubuntu 上通常不允许使用“大列表”问题,并且可能会根据常见问题解答关闭。有关软件推荐标签的更多信息。

哪些下载管理器可用于 Ubuntu?你也可以提供链接吗?

software-recommendation
  • 30 30 个回答
  • 186357 Views

30 个回答

  • Voted
  1. harisibrahimkv
    2012-05-02T22:18:29+08:002012-05-02T22:18:29+08:00

    我会推荐wget命令行实用程序,它绝对很棒!

    wget是一个 GNU 自由软件包,用于通过网络检索文件。如果您已经安装了它,那么您所要做的就是获取下载链接并使用 wget 下载它。

    为了获得下载链接,请在 Firefox 下载管理器中右键单击您想要的任何下载。将有一个选项“复制下载链接”。点击它。

    然后打开一个终端并转到您要将文件下载到的任何文件夹。假设它在桌面中,在提示符处键入以下命令:

    $ wget <paste your download link here>
    

    现在,即使它卡在中间,您也可以通过选择-c来从中断的地方恢复wget。也就是说,命令将像

    $ wget -c <paste your download link here>
    

    它在那里继续美丽。

    • 82
  2. Pedram
    2011-04-01T07:39:25+08:002011-04-01T07:39:25+08:00

    阿克塞尔很棒!连接数没有限制,您可以利用带宽。

    要安装 axel,请使用以下命令:

    sudo apt-get install axel
    

    这是一个 CLI 应用程序。因此,打开终端窗口并输入axel 有关更多信息并检查可用选项,您可以查看帮助页面。我通常使用这些选项:

    axel -avn 50 address
    

    它提供更多信息 ( -v)、显示替代进度条 ( -a) 和 50 个同时连接的下载 ( -n 50)。


    Firefox 的Downthemall扩展也很棒。

    在此处输入图像描述

    [从这里安装]( https://addons.mozilla.org/en-us/firefox/addon/downthemall/或在插件管理器中搜索 downthemall。)

    • 29
  3. atenz
    2012-08-01T01:28:26+08:002012-08-01T01:28:26+08:00

    尝试使用FatRat 下载/上传管理器,虽然是基于 QT 的,但支持很多功能并不断扩展。

    它的一些特点:

    • HTTP(S)/FTP 下载
    • FTP 上传
    • 支持 SOCKS5 和 HTTP 代理
    • RSS 提要支持 + 电视节目和播客的特殊功能
    • BitTorrent 支持(包括种子创建、DHT、UPnP、加密等)
    • Torrent search on major torrent sites incl. The Pirate Bay, EZTV, BitTorrentMonster...
    • RapidShare.com FREE and premium downloads
    • RapidShare.com uploads
    • RapidShare.com link verification and folder extraction
    • RapidSafe link decoding
    • MD4/MD5/SHA1 hash computing
    • Remote control via Jabber (!)
    • Remote control via an AJAX* web interface
    • Subtitle search
    • RAR/ZIP file unpacker
    • Scheduler
    • Clipboard monitor

    You can even select the Download Protocol client, if supported as

    在此处输入图像描述

    On main Window , you can browse options like Details, Transfer speed Graphs ,Queue speed Graphs and Logs.

    在此处输入图像描述

    From settings window , you can setup FatRat for the following services

    在此处输入图像描述


    Other Useful Links :-

    For Browser Integration

    For Plugins and for Extensions

    For FatRat Documentation

    Official FatRat Page

    • 26
  4. green
    2012-09-12T01:26:48+08:002012-09-12T01:26:48+08:00

    There are plenty of them available.

    Steadyflow

    Steadyflow is a simple and easy to use download manager, written in GTK. It has a lot of good features without any unnecessary complexity.

    在此处输入图像描述

    It also has an indicator applet.

    在此处输入图像描述

    Install: sudo apt-get install steadyflow


    Uget

    uGet is a multi-platform GTK3 download manager that supports resuming downloads, comes with categories support, can download torrent and metalink files through aria2, a powerful command line download tool that's integrated into uGet.

    在此处输入图像描述

    Install:

    sudo add-apt-repository ppa:plushuang-tw/uget-stable
    sudo apt-get update
    sudo apt-get install uget aria2
    

    Jdownloader

    JDownloader is a free and open source cross platform (Linux,Mac ..) download manager, written in Java, which allows the automatic download of files and split files from one-click. Additionally, many “link encryption” sites are supported – so you just paste the “encrypted” links and JD does the rest.

    在此处输入图像描述 Install:

    sudo add-apt-repository ppa:jd-team/jdownloader
    sudo apt-get update 
    sudo apt-get install jdownloader-installer   
    

    Aria

    Aria is not a GUI download manager, but it can be used via several Firefox extensions. Two of them are:

    • Flashgot
    • DownThemAll

    Install: sudo apt-get install aria2


    Gwget

    Gwget is a gnome frontend for the popular downloading application wget. gwget also has firefox integration with the help of the firefox extension FireGet. However, it is not updated since 2009.

    在此处输入图像描述


    More Information

    Steadyflow

    Uget

    Jdownloader

    • 23
  5. Uri Herrera
    2011-06-06T03:29:29+08:002011-06-06T03:29:29+08:00

    您下载文件的速度不能超过连接速度所允许的速度。然而,正如@llori 指出的那样,“这并不是要比本地连接更快,而是要覆盖服务器本身的每个流的下载带宽。这就是为什么它是一个'加速器'。”因此它不会让你的连接更快,但它可以让您从不允许您这样做的服务器上更快地下载。

    网关

    在此处输入图像描述

    Gwget 是 Gnome 桌面的下载管理器。主要功能有: 恢复:默认情况下,gwget 会尝试继续任何下载。


    • 通知:Gwget 尝试使用 Gnome 通知区域支持(如果可用)。您可以关闭主窗口,gwget 在后台运行。
    • 递归性:Gwget 检测您何时将 html、php、asp 或网页目录放在要下载的 url 中,并要求您仅下载某些文件(多媒体、仅索引等)。
    • 拖放:您可以 d&d 到主 gwget 窗口或通知区域图标的 url 以添加新下载。
    • Firefox 扩展:Fireget

    资料来源:维基百科和GNOME.org

    • 23
  6. Aloksarak
    2012-05-11T05:23:02+08:002012-05-11T05:23:02+08:00

    没有人能打败Aria2,我见过的最好的下载器。几个月后,它甚至可以从 Mediafire 恢复下载。唯一的缺点是 - 它是一个命令行工具。但不要害怕,它很容易使用。它还作为插件与 uGet 集成,因此您可以将uGet用作 aria2 的 GUI。

    使用命令安装它

    sudo apt-get install aria2
    

    在此处输入图像描述

    您还可以在 Firefox 上安装 Flashgot 插件,并将 aria2 设置为 Flashgot 默认下载器。这样,每当您单击下载某些内容时,flashgot 都会自动使用 aria2 下载它。

    • 12
  7. Geelu
    2011-04-01T07:36:39+08:002011-04-01T07:36:39+08:00

    您是说 ubuntu 10.10 的下载管理器吗?

    如果是这样,我更喜欢 jDownloader。 在 PPA 上的 jDownloader

    在此处输入图像描述

    在那里您还可以看到如何安装它。

    • 什么是 ppas 和我如何使用它们
    • 11
  8. adnan kamili
    2012-08-09T05:24:58+08:002012-08-09T05:24:58+08:00

    Flareget is probably the best download manager available for Linux (quoting from softpedia.com) It is highly stable and has almost all the features you can think of. It is multi-threaded and supports upto 16 segments per download for download acceleration. It has inbuilt browser integration and YouTube video download support for all the browsers. It is also actively maintained and a pro version is also available.

    This is not free software. Limitation of free version: only 2 segments per download of files larger than 25 MB. (as of v. 3.2.42 in 2014)

    在此处输入图像描述

    • 10
  9. Barz
    2012-05-14T21:16:55+08:002012-05-14T21:16:55+08:00

    我仍然更喜欢wget在文件上使用。

    或者你可以试试plowshare哪个是命令行工具:

    耜

    • 9
  10. 8 revs, 4 users 57%user
    2012-07-31T05:47:06+08:002012-07-31T05:47:06+08:00

    UGet

    该程序uGet在存储库中可用,并且是具有许多有用选项的出色下载管理器。正如您在下面的屏幕截图中看到的,它可以暂停大型下载并成功恢复(如果服务器支持恢复)。我已经成功地使用它来下载大小文件。

    您还可以对下载进行排队和分类,并允许它监控剪贴板中的潜在下载。可以在每次下载或全局范围内控制带宽,如有必要,您可以指定要使用的代理。当flashgot安装在 firefox 中时,uGet可以选择作为该浏览器的默认下载管理器。

    u 使用部分下载并暂停的大文件进行操作: :

    要通过使用多线程下载来提高速度,请启用 area2 插件:

    在此处输入图像描述

    • 9

相关问题

  • 有哪些科学绘图软件可用?

  • 最好的思维导图软件是什么?

  • 服务器的最佳rootkit删除工具?

  • 从 Ubuntu 连接到 Windows 的最佳远程桌面工具是什么?[关闭]

  • 是否有 Paint.NET 替代方案?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    我需要什么命令来解压缩/提取 .tar.gz 文件?

    • 8 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Marko Smith

    如何使用命令行将用户添加为新的 sudoer?

    • 7 个回答
  • Marko Smith

    更改文件夹权限和所有权

    • 9 个回答
  • Martin Hope
    EmmyS 我需要什么命令来解压缩/提取 .tar.gz 文件? 2011-02-09 14:50:41 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve