aptfast

Apt-fast 是一个用 axel 来加速 apt-get 软件安装的脚本

安装

sudo add-apt-repository ppa:tldm217/tahutek.net
sudo apt-get update
sudo apt-get install apt-fast

现在你可以用 apt-fast 命令来替代 apt-get 了,比如

sudo apt-fast update
sudo apt-fast install firefox

通过这个工具在安装软件时,因为用到了 axel 的多线程下载功能,所以在下载软件包时会比普通的 apt-get 要快上好几倍。当然这也取决于网络,如果下载来自于 PPA 源的软件包的话可能改善不大 ,我这边从 PPA 源下载东西速度一直很慢,所以通常我都是借助代理来下载的。

原文地址:https://www.cnblogs.com/caleb/p/2007762.html