全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 477|回复: 1
打印 上一主题 下一主题

Ubuntu 16.04 使用 apt-fast 提高效率

[复制链接]
跳转到指定楼层
1#
发表于 2023-11-3 23:26:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
如何加速在 Ubuntu Linux 16.04 或者 14.04 LTS 上从多个仓库中下载包的 apt-get 或者 apt 命令?你可以尝试使用 apt-fast 这个 shell 封装器来提高下载速度。apt-fast 可以通过多个连接同时下载一个包,从而加快 apt-get/apt 和 aptitude 命令的下载速度。同时,apt-fast 还使用 aria2c 作为默认的下载加速器。

要安装 apt-fast 工具,你可以尝试在 Ubuntu Linux 14.04 或更高版本上执行以下命令:

$ sudo add-apt-repository ppa:saiarcot895/myppa
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
更新你的仓库:

$ sudo apt-get update
或者

$ sudo apt update
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
安装 apt-fast:

$ sudo apt-get -y install apt-fast
或者

$ sudo apt -y install apt-fast
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  aria2 libc-ares2 libssh2-1
Suggested packages:
  aptitude
The following NEW packages will be installed:
  apt-fast aria2 libc-ares2 libssh2-1
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,282 kB of archives.
After this operation, 4,786 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://01.archive.ubuntu.com/ubuntu xenial/universe amd64 libssh2-1 amd64 1.5.0-2 [70.3 kB]
Get:2 http://ppa.launchpad.net/saiarcot895/myppa/ubuntu xenial/main amd64 apt-fast all 1.8.3~137+git7b72bb7-0ubuntu1~ppa3~xenial1 [34.4 kB]
Get:3 http://01.archive.ubuntu.com/ubuntu xenial/main amd64 libc-ares2 amd64 1.10.0-3 [33.9 kB]
Get:4 http://01.archive.ubuntu.com/ubuntu xenial/universe amd64 aria2 amd64 1.19.0-1build1 [1,143 kB]
54% [4 aria2 486 kB/1,143 kB 42%]                                    20.4 kB/s 32s
配置 apt-fast

你将会得到下面的提示(必须输入一个5到16的数值):

Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
并且

Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
你也可以直接编辑设置:

$ sudo vi /etc/apt-fast.conf


请注意这个工具并不是给慢速网络连接的,它是给快速网络连接的。如果你的网速慢,那么你将无法从这个工具中得到好处。



该怎么使用 apt-fast 命令?

语法是:

$ apt-fast command
$ apt-fast [options] command
使用 apt-fast 取回新的包列表:

$ sudo apt-fast update
使用 apt-fast 执行升级:

$ sudo apt-fast upgrade
执行发行版升级(发布或者强制内核升级),输入:

$ sudo apt-fast dist-upgrade
安装新的包

$ sudo apt-fast install pkg
比如要安装 nginx,输入:
$ sudo apt-fast install nginx
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
Ubuntu 16.04 使用 apt-fast 提高效率Ubuntu 16.04 使用 apt-fast 提高效率
删除包:

$ sudo apt-fast remove pkg
$ sudo apt-fast remove nginx
删除包和它的配置文件:

$ sudo apt-fast purge pkg
$ sudo apt-fast purge nginx
删除所有未使用的包:

$ sudo apt-fast autoremove
下载源码包:

$ sudo apt-fast source pkgNameHere
清理下载的文件:

$ sudo apt-fast clean
清理旧的下载文件:

$ sudo apt-fast autoclean
验证没有破坏的依赖:

$ sudo apt-fast check
下载二进制包到当前目录:

$ sudo apt-fast download pkgNameHere
$ sudo apt-fast download nginx
[#7bee0c 0B/0B CN:1 DL:0B]
07/26 15:35:42 [NOTICE] Verification finished successfully. file=/home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.deb
07/26 15:35:42 [NOTICE] Download complete: /home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.deb
Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
7bee0c|OK  |        n/a|/home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.deb
Status Legend:
(OK):download completed.
下载并显示指定包的 changelog:

$ sudo apt-fast changelog pkgNameHere
$ sudo apt-fast changelog nginx
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-4-29 04:52 , Processed in 0.056943 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表