安装aria2并加速源下载
aria2现在大家都比较常用了,Manjaro的软件包管理器pacman允许通过aria2进行加速下载,强烈建议大家,开源镜像服务器免费为大家提供同步,而服务器的带宽投入是非常巨大的,请大家不要对服务器设置过多下载线程
首先在终端中执行下面的命令安装aria2
sudo pacman -S aria2
修改/etc/pacman.conf,在 [option] 增加或修改为下面的内容:
XferCommand = /usr/bin/aria2c --allow-overwrite=true -c --file-allocation=falloc --log-level=error -m2 --max-connection-per-server=5 --max-file-not-found=5 --min-split-size=5M --no-conf --remote-time=true --summary-interval=60 -t10 -d / -o %o %u
就可以享受软件源的极速下载了