通用选项
文档选项

Ubuntu 旧版本的软件源、镜像

该仓库包含了所有 Ubuntu 以前发布过的软件仓库、镜像 ISO,但不包含 Ubuntu 衍生版的 ISO。

软件源

/etc/apt/sources.list
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic main restricted universe multiverse
# deb-src https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic main restricted universe multiverse
deb https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-updates main restricted universe multiverse
# deb-src https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-updates main restricted universe multiverse
deb https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-backports main restricted universe multiverse
# deb-src https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-backports main restricted universe multiverse
deb https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-security main restricted universe multiverse
# deb-src https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-security main restricted universe multiverse

# 预发布软件源,不建议启用
# deb https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-proposed main restricted universe multiverse
# # deb-src https://mirrors.zju.edu.cn/ubuntu-old-releases/ubuntu/ kinetic-proposed main restricted universe multiverse

更多版本代号可参考 https://wiki.ubuntu.com/Releases

镜像

请前往 https://mirrors.zju.edu.cn/ubuntu-old-releases/releases/ 下载。

非 AMD64(x86_64), Intel x86 架构的镜像请前往 https://mirrors.zju.edu.cn/ubuntu-old-releases/releases/ports/releases/ 下载。

文档内容来自 mirrorz-org/mirrorz-docs@50cb65f78be4,依据 CC BY-NC-SA 4.0 提供。