默认的apt-get install 有时候会下载非常慢,尤其是添加了些国外的源,例如PPA,这时候就需要apt-fast这个工具了,apt-fast的原理是通过使用多线程下载来提速的。
安装命令如下:
1 2 3 4 5 6 7 8 9 10 11 |
sudo apt-get install aria2 wget https://github.com/ilikenwf/apt-fast/archive/master.zip unzip master.zip cd apt-fast-master sudo cp apt-fast /usr/local/sbin chmod +x /usr/local/sbin/apt-fast sudo cp apt-fast.conf /etc sudo cp ./man/apt-fast.8 /usr/share/man/man8 sudo gzip /usr/share/man/man8/apt-fast.8 sudo cp ./man/apt-fast.conf.5 /usr/share/man/man5 sudo gzip /usr/share/man/man5/apt-fast.conf.5 |
使用方法和apt-get 是一样,例如安装python3.5
1 |
sudo apt-fast install python3.5 |
该项目的地址:https://github.com/ilikenwf/apt-fast
声明: 本文由( 小天 )原创编译,转载请保留链接: Debian 用apt-fast替代apt-get加快包的下载速度
------====== 本站公告 ======------
欢迎使用趣域网域名百科,我们将长期提供域名使用相关知识和投资域名的方法和技巧;并提供主机、服务器的解决问题和网站运营方法。