PUB:20160727-How-to-use-multiple-connections-to-speed-up-apt-get on Ubuntu Linux 16.04 LTS server

@geekpi
This commit is contained in:
wxy 2016-08-07 08:40:43 +08:00
parent 4049083f78
commit 41d774bfe8

View File

@ -1,9 +1,9 @@
如何在Ubuntu Linux 16.04 LTS中使用多条连接加速apt-get/apt
=========================================================================================
如何在 Ubuntu Linux 16.04 LTS 中使用多个连接加速 apt-get/apt
=================================================
我该如何在Ubuntu Linux 16.04或者14.04 LTS中从多个仓库中下载包来加速apt-get或者apt命令?
我该如何加速在 Ubuntu Linux 16.04 或者 14.04 LTS 上从多个仓库中下载包的 apt-get 或者 apt 命令?
你需要使用到apt-fast这个shell封装器。它会通过多个连接同时下载一个包来加速apt-get/apt和aptitude命令。所有的包都会同时下载。它使用aria2c作为默认的下载加速。
你需要使用到 apt-fast 这个 shell 封装器。它会通过多个连接同时下载一个包来加速 apt-get/apt aptitude 命令。所有的包都会同时下载。它使用 aria2c 作为默认的下载加速
### 安装 apt-fast 工具
@ -45,7 +45,6 @@ $ sudo apt -y install apt-fast
示例输出:
```
Reading package lists... Done
Building dependency tree
@ -77,7 +76,7 @@ Get:4 http://01.archive.ubuntu.com/ubuntu xenial/universe amd64 aria2 amd64 1.19
![](http://s0.cyberciti.org/uploads/faq/2016/07/apt-fast-confirmation-box.jpg)
你可以直接编辑设置:
可以直接编辑设置:
```
$ sudo vi /etc/apt-fast.conf
@ -203,15 +202,13 @@ $ sudo apt-fast changelog pkgNameHere
$ sudo apt-fast changelog nginx
```
--------------------------------------------------------------------------------
via: https://fedoramagazine.org/introducing-flatpak/
via: http://www.cyberciti.biz/faq/how-to-speed-up-apt-get-apt-command-ubuntu-linux/
作者:[VIVEK GITE][a]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出