Apt-fast 是一个apt-get shellscript wrapper,通过axel /aria2/的多线程下载功能来加速 apt-get 软件安装:使用很简单把get换成fast即可如:
sudo apt-get install firefox(通过apt-get安装)
sudo apt-fast install firefox (通过apt-fast安装)
sudo apt-get update && sudo apt-get upgrade 对应
sudo apt-fast update && sudo apt-fast upgrade
另外apt-fast支持Tab自动补全,如sudo apt-fast di按Tab可显示sudo apt-fast dist-upgrade另外apt-get 是一个可选的包,你可以通过 apt-get或apt-fast来安装一个包,apt-fast并不会移除包,并且与Ubuntu 默认的apt-get不冲突。终端ppa安装如下:
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast axel aria2
消息来源:http://iloveubuntu.net/apt-fast-164-released-fixes-and-proper-configuration-dialog