Apt-fast 是一个用 axel 来加速 apt-get 软件安装的工具,通过这个工具在安装软件时,因为用到了 axel 的多线程下载功能,所以在下载软件包时会比普通的 apt-get 要快上好几倍。使用过程与aptget一样,只需要将apt-get改成apt-fast即可。
Ubuntu &相关衍生版用户可以通过以下命令安装apt-fast:
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast
安装过程中,会让你设置axel 下载的最大线程数,一般默认的5 即可:
安装apt-fast
3 天前 上传
apt-fast 的使用方法很简单:
当你想要用apt-get 命令的时候,将apt-get 替换城apt-fast 即可,比如:
apt-get update 改成
apt-fast update
apt-fast install xxx 这样使用。
相关阅读:
apt-fast – 用axel让apt-get多线程加速软件安装 http://www.linuxidc.com/Linux/2011-01/31815.htm
Ubuntu的apt加速工具:apt-fast http://www.linuxidc.com/Linux/2011-04/35020.htm
安装apt-fast加快你的apt-get 下载速度 http://www.linuxidc.com/Linux/2011-07/38034.htm
apt-fast:飞一般的apt-get http://www.linuxidc.com/Linux/2013-10/91797.htm
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2