type
status
date
slug
tags
summary
category
password
icon
Ubuntu系统是最受欢迎的Linux发行版之一这里介绍一种在命令行下自动换最快源的方法。
- sudo apt install python3-pip python3-setuptools python3-wheel
- pip3 install apt-smart
这样就安装好了自动换源的python脚本apt-smart,该脚本的使用方法很简单:
- 要列出最快的源:
- apt-smart -l
- 要应用最快的源:
- apt-smart -a
- Author:NotionNext
- URL:https://tangly1024.com/article/721792d9-f8ae-42cf-965b-54e8053716ef
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
