apt-get下载太慢了,用apt-fast加速度
apt-get下载太慢了,用apt-fast加速度
apt-fast 是一款替代 apt-get/apt
提升下载速度的软件,通过增加线程使下载软件速度加快。在下载软件包时,会大大缩短apt下载时间。使用过程与apt(apt-get)一样,只需要将apt(apt-get)改成apt-fast即可
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get -y install apt-fast
因为 Ubuntu 20.04 使用 apt, 所以就选择它
sudo vim /etc/apt-fast.conf
定义命令别名追加写入 `~/.bashrc`
sudo echo "alias apt-get='apt-fast'" >> ~/.bashrc
如果想重新配置apt-fast选项,可以使用命令:
sudo dpkg-reconfigure apt-fast
安装 Flash Player 来看看 apt-fast 是怎样工作的
sudo apt-get install flashplugin-installer