当前位置: 首页 > article >正文

【Ubuntu】Ubuntu 24 配置镜像源

【Ubuntu】Ubuntu 24 配置镜像源

零、起因

最近在虚拟机中安装了个ubuntu-24.04-desktop-amd64,默认是国外的软件源,很慢,故替换到国内。

壹、替换

源地址(阿里源)

https://developer.aliyun.com/mirror/ubuntu

软件源文件内容:

原位置(/etc/apt/sources.list

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

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

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

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

deb https://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ noble-backports main restricted universe multiverse

新位置(/etc/apt/sources.list.d/ubuntu.sources

# 阿里云
Types: deb
URIs: http://mirrors.aliyun.com/ubuntu/
Suites: noble noble-updates noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

选择一种方式(新位置)写入到对应文件中去

更新

更新完软件源后即可使用更新后的镜像源~

更新软件源:

sudo apt-get update

更新软件(可选):

sudo apt-get upgrade

贰、参考

  • ubuntu镜像_ubuntu下载地址_ubuntu安装教程-阿里巴巴开源镜像站
  • Ubuntu 24.04 抢先体验换国内源 清华源 阿里源 中科大源 163源

http://www.kler.cn/a/282305.html

相关文章:

  • 腾讯云内容合规基于springboot架构设计
  • 【计算机网络】协议定制
  • Flume 单机与集群部署详细教程
  • IC 脚本之VIM 记录
  • 深度学习:transpose_qkv()与transpose_output()
  • unity小:shaderGraph不规则涟漪、波纹效果
  • 【MySQL数据库管理问答题】第1章 MySQL 简介
  • 探索原理图
  • 5G SPS配置
  • Prometheus监控Mysql实例
  • 在vue3中封装WebSocket
  • SQLite数据库
  • Python GraphQL 库之graphene使用详解
  • mars3D使用 POI 查询、限定范围
  • Javaweb学习之Vue事件处理(六)
  • 虚拟机 Linux 安装 JDK(Vagrant 之二 CentOS7 篇)
  • Mysql之主从复制
  • Windows安装MySQL5.7教程详细版
  • 在Unity中使用C#进行Xml序列化时保留特定小数位的方法参考
  • 8/28工作笔记
  • 部署KVM虚拟化平台
  • 【No module named ‘pcapy‘】报错解决方法
  • Xline v0.7.0: 一个用于元数据管理的分布式KV存储
  • Qt与Python
  • SpringMVC 笔记篇
  • Unity 贴图拷贝与性能对比