Apt-fast 1.6 发布

linux新闻评论482 views阅读模式

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”

企鹅博客
  • 本文由 发表于 2019年10月3日 12:51:32
  • 转载请务必保留本文链接:https://www.qieseo.com/272323.html

发表评论