Ubantu设置国内镜像(阿里云、华为云)

1. 确定系统版本

国内有很多 Ubuntu 的镜像源,包括阿里的、网易的,还有很多教育网的源,比如:清华源、中科大源等。

不同的 ubantu 版本对应的镜像源有所不同,所以需要先查看系统的版本号:

bash 复制代码
lsb_release -a

// output
root@DESKTOP-Q58L5PB:/etc/apt# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal

可以看到系统的版本号是 20.04.6 LTS,注意这个开发代号 Codename = focal,Ubuntu每一个版本都有一个代号,这个一定要跟国内源对应,否则会出问题。


2. 镜像

2.1 阿里云镜像

通过以下地址可以看到阿里云 Ubuntu 各个版本的镜像地址,从中选择自己的系统版本就好,一定要选择 Codename 对应的版本。镜像地址: ubuntu镜像_ubuntu下载地址_ubuntu安装教程-阿里巴巴开源镜像站

以下是20.04.6 LTS 对应 forcal 的镜像源信息。

bash 复制代码
deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse

# deb https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
# deb-src https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse

deb https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
  1. 备份官方镜像
bash 复制代码
sudo cp /etc/apt/sources.list /etc/apt/sources.list.back
  1. 编辑 sources.list
bash 复制代码
vim /etc/apt/sources.list
  1. 更新镜像源
bash 复制代码
sudo apt update
sudo apt upgrade

2.2 其他

ubuntu | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror

ubuntu | 镜像站使用帮助 | 华为软件镜像站


Reference

  1. https://blog.csdn.net/MacWx/article/details/137689898
  2. https://blog.csdn.net/shenzhenyancheng/article/details/126786768
相关推荐
2401_873587821 小时前
Linux常见指令以及权限理解
linux·运维·服务器
Arthurmoo1 小时前
Linux系统之MySQL数据库基础
linux·数据库·mysql
李洋-蛟龙腾飞公司2 小时前
HarmonyOS NEXT应用元服务常见列表操作分组吸顶场景
linux·运维·windows
链上Sniper2 小时前
智能合约状态快照技术:实现 EVM 状态的快速同步与回滚
java·大数据·linux·运维·web3·区块链·智能合约
Just_Paranoid2 小时前
华为云Flexus+DeepSeek征文|基于Dify构建音视频内容转录工作流
华为云·音视频·dify·maas·deepseek·flexusx
晨曦丿3 小时前
双11服务器
linux·服务器·网络
小明说Java3 小时前
华为云Flexus+DeepSeek征文 | 基于华为云Flexus X实例部署Dify平台构建企业行政助手的可用性研究
华为云·maas·deepseek·flexus
李迟3 小时前
在Linux服务器上使用kvm创建虚拟机
java·linux·服务器
A_New_World3 小时前
Linux性能分析工具
linux
鹏大师运维4 小时前
在银河麒麟V10 SP1上手动安装与配置高版本Docker的完整指南
linux·运维·docker·容器·麒麟·统信uos·中科方德