Technical discuss

更换镜像源

  • btt
  • [btt]
  • Topic Author
  • New Member
  • New Member
More
05 Jan 2026 12:22 #979 by btt
New Topic
# 更换其他镜像源
# 使用阿里云镜像
Code:
sudo sed -i 's/mirrors.tuna.tsinghua.edu.cn/mirrors.aliyun.com/g' /etc/apt/sources.list

# 或者使用USTC镜像
Code:
sudo sed -i 's/mirrors.tuna.tsinghua.edu.cn/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

# 然后重新更新
Code:
sudo apt-get update

Please Log in or Create an account to join the conversation.