Ubuntu Repository Mirror Usage Guide

Select Mirror

This mirror only includes packages for 32/64-bit x86 architecture processors. For devices with ARM (arm64, armhf), PowerPC (ppc64el), RISC-V (riscv64), and S390x architectures (corresponding to the official source ports.ubuntu.com), please use the ubuntu-ports mirror.

The configuration file for Ubuntu's apt sources is /etc/apt/sources.list. Make a backup of the system's default file, replace it with the following content, and you can use the selected software source mirror.

Ubuntu version
Use the official security updates software source.
Enable proposed
Enable Source Code Mirror
# The source code mirrors are commented out by default to improve the speed of 'apt update.' If needed, you can uncomment them manually.
deb https://(Loading...)/ jammy main restricted universe multiverse
# deb-src https://(Loading...)/ jammy main restricted universe multiverse
deb https://(Loading...)/ jammy-updates main restricted universe multiverse
# deb-src https://(Loading...)/ jammy-updates main restricted universe multiverse
deb https://(Loading...)/ jammy-backports main restricted universe multiverse
# deb-src https://(Loading...)/ jammy-backports main restricted universe multiverse

# deb https://(Loading...)/ jammy-security main restricted universe multiverse
# # deb-src https://(Loading...)/ jammy-security main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse

# Pre-release software sources, not recommended for enabling.
# deb https://(Loading...)/ jammy-proposed main restricted universe multiverse
# # deb-src https://(Loading...)/ jammy-proposed main restricted universe multiverse

Due to delays in mirror site synchronization, it may result in the production environment system not promptly checking or installing the latest security updates. It is not recommended to replace the security source.

Is there an issue? Report via GitHub Issue

Would you like to contribute? Contribution Guide.Source code on GitHub.

All content is provided under the terms of the CC BY-NC-SA 4.0 license, additional terms may also apply.