gpt4 book ai didi

shell - 我如何将 aria2 与 pacman 一起使用?

转载 作者:行者123 更新时间:2023-12-05 09:23:49 24 4
gpt4 key购买 nike

我想为 zsh 创建一个别名,以通过 aria2 下载软件包并通过 pacman 安装它们,由于两件事,我不想通过将 xfercommand 添加到 pacman.conf 来使用 aria2c:

首先,我的互联网连接速度很慢,我不想让 pacman 锁定几个小时,

第二个 xfer 命令不支持多链接下载。

首先,我使用这个命令通过 pacman 下载或升级和更新:

sudo pacman -Sp [Package] > ~/Documents/.install&& sudo aria2c -c -x16 -x16 -m16 -k1M -j10 -i ~/Documents/.install -d /var/cache/pacman/pkg

但我不知道如何让它在 zsh 中成为别名?

最佳答案

安装 aria2,然后通过将以下行添加到 [options] 部分来编辑/etc/pacman.conf:

XferCommand = /usr/bin/aria2c --allow-overwrite=true --continue=true --file-allocation=none --log-level=error --max-tries=2 --max-connection-per-server=2 --max-file-not-found=5 --min-split-size=5M --no-conf --remote-time=true --summary-interval=60 --timeout=5 --dir=/ --out %o %u

关于shell - 我如何将 aria2 与 pacman 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18660127/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com