Ubuntu系统apt-get下载太慢了,请 apt-fast多线程加速下载
Ubuntu系统apt-get下载太慢了,请 apt-fast多线程加速下载
Ubuntu 18.04下使用apt-fast替换apt-get提高下载安装速度
sudo add-apt-repository ppa:saiarcot895/myppa
sudo apt-get update
sudo apt-get -y install apt-fast
1. 选择<apt-get>
2. 是否要禁止 apt-fast 的确认对话框。如果选择 No,apt-fast 在安装软件包时会问你确认与否。
选择 <否>
3. 设置下载最大并发连接线程1~12,默认是5
4. 更新软件源列表
sudo apt-fast update
sudo apt-fast install xxx
sudo apt-fast remove xxx
sudo apt-fast source pkgNameHere
sudo apt-fast clean
sudo apt-fast autoclean
sudo apt-fast check