python命令自动查找ubuntu最快的源
Ubuntu系统是最受欢迎的Linux发行版之一这里介绍一种在命令行下自动换最快源的方法。
- sudo apt install python3-pip python3-setuptools python3-wheel
- pip3 install apt-smart
这样就安装好了自动换源的python脚本apt-smart,该脚本的使用方法很简单:
- 要列出最快的源:
- apt-smart -l
- 要应用最快的源:
- apt-smart -a
python命令自动查找ubuntu最快的源
https://c3.pw/post/5b568254/