ubuntu Apt-fast 1.6 发布
Apt-fast 是一个apt-get shellscript wrapper,通过axel 的多线程下载功能来加速 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-fast 1.6 刚刚发布,带来很多变化,可通过官方PPA来安装:
official PPA (Lucid, Natty, Oneiric, Precise, Quantal)
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast axel
安装后在终端运行一个apt-fast命令的话,会有提示: ”You must configure /etc/apt-fast.conf to use axel or aria2c”
gksu gedit /etc/apt-fast.conf 取消 axel的注释即可,即去除axel前的#号。
另外apt-get 是一个可选的包,你可以通过 apt-get或apt-fast来安装一个包,apt-fast并不会移除包,并且与Ubuntu 默认的apt-get不冲突。
浙公网安备 33010602011771号