Ubuntu Ports Repo Mirrors Usage Guide

Select Mirror

Backup and replace /etc/apt/sources.list with the provided content to use the selected mirror for Ubuntu software repositories.

Ubuntu Version
Use official security update software sources
Enable proposed
Enable source mirrors
# Source mirrors are commented out by default to speed up apt update. Uncomment if needed.
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://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse
# deb-src http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse

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

Due to mirror synchronization delays, replacing the security source is not recommended as it may prevent timely checks and installations of the latest security updates in a production environment.

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.