Ubuntu 23.10 换源

查看当前Ubuntu系统的版本

使用命令:

复制代码
lsb_release -a

中科大源:

复制代码
deb https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic main restricted universe multiverse

deb https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic-security main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic-security main restricted universe multiverse

deb https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic-updates main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic-updates main restricted universe multiverse

deb https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic-backports main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ mantic-backports main restricted universe multiverse

更新:

复制代码
sudo  apt update
sudo  apt upgrade
相关推荐
青花瓷2 小时前
ubuntu22.04的ibus中文输入法的安装
运维·ubuntu
云淡风轻~窗明几净3 小时前
ubuntu的lazarus的Tline/TeaLine组件的构思
linux·数据库·ubuntu
小宋0013 小时前
ROS2 安装指南(Ubuntu 22.04+Humble)
linux·运维·ubuntu
小宋0016 小时前
Ubuntu Terminator(多开并行终端工具)
linux·运维·ubuntu
李李李li6 小时前
vmware各种版本下载链接-github
linux·ubuntu·开源软件
MIXLLRED6 小时前
解决:RealSense D435 在树莓派4B(Ubuntu 22.04 + ROS2 Humble)上的权限与驱动问题完整复盘
linux·ubuntu·树莓派·realsense d400
捞的不谈~6 小时前
解决在Ubuntu系统下使用Lucid 相机(HTR003S-001)-Ubuntu 20.04系统遇到GLIBC和GLIBCXX版本不兼容的问题
linux·运维·ubuntu
i建模7 小时前
在 Ubuntu 上安装 pnpm
linux·运维·ubuntu
HYNuyoah8 小时前
Ubuntu一键安装Docker和Docker Compose
linux·ubuntu·docker
Ww.xh8 小时前
Windows+Ubuntu混合开发OpenHarmony指南
windows·ubuntu·harmonyos