在 apt-fast 中使用 axel 而不是 aria2

在 apt-fast 中使用 axel 而不是 aria2

我已经安装了 apt-fast,但只得到了 aria2 下载器,没有其他东西。我喜欢使用 axel,也安装了它,但我无法将它用于 apt-fast。

我也尝试过:

$ sudo dpkg-reconfigure apt-fast

但只获得 aria2 作为选项,(以及自定义选项)

我想使用 axel,该怎么做?

答案1

apt-fast 1.8.1 不再支持 axel,因为 axel 不支持以下功能:

  • 每个文件有多个镜像
  • 继续部分下载的文件

但是如果您无论如何都想使用 axel(并确保您不使用该MIRRORS选项 - 默认情况下是禁用的),您可以简单地设置以下自定义命令:

 cat "${DLLIST}" | xargs -l1 axel -n "${_MAXNUM}" -a

相关内容