红联Linux门户
Linux帮助

使用apt-fast来加速你的Ubuntu的apt

发布时间:2014-06-16 09:24:11来源:红联作者:velcbo
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 来加速你的Ubuntu 的apt

安装apt-fast

apt-fast 的使用方法很简单:

当你想要用apt-get 命令的时候,将apt-get 替换城apt-fast 即可,比如:

apt-get update 改成

apt-fast update

apt-fast install xxx 这样使用。

来源:ubuntusoft
文章评论

共有 0 条评论